From b276086e3f6d4c7942576f0accdb22d3bf9e3584 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 7 Feb 2021 23:07:38 +0100 Subject: [PATCH] Fix archive dir name --- perl-Auth-Yubikey_WebClient.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Auth-Yubikey_WebClient.spec b/perl-Auth-Yubikey_WebClient.spec index f3147f9..33fbf82 100644 --- a/perl-Auth-Yubikey_WebClient.spec +++ b/perl-Auth-Yubikey_WebClient.spec @@ -26,7 +26,7 @@ compilers and installed libraries) and any other information that should be provided before the module is installed. %prep -%setup -q -n Auth-Yubikey_WebClient-%{version} +%setup -q -n Auth-Yubikey_WebClient-master %build %{__perl} Makefile.PL INSTALLDIRS=vendor