From fd2900aaef71547c588e3c958d2e955251e75ebf Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Thu, 26 Oct 2023 12:48:27 +0200 Subject: [PATCH] Fix dir name for setup Signed-off-by: Vitezslav Crhonek --- console-setup.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console-setup.spec b/console-setup.spec index cc27a65..3514ad2 100644 --- a/console-setup.spec +++ b/console-setup.spec @@ -46,7 +46,7 @@ not wasted but used for another symbol. %prep -%setup -q -n %{name} +%setup -q -n %{name}-%{version} %autopatch -p1 cp -a --remove-destination debian/copyright COPYRIGHT