From b1e4fc68a54683c45f602f9fb12a7eb69edabe6b Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Thu, 30 Oct 2025 12:09:49 +0100 Subject: [PATCH] wip --- .copr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.copr/Makefile b/.copr/Makefile index e5adadb..47d4a61 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -4,4 +4,4 @@ srpm: pwd ls -l $(outdir) rpm -qa - /bin/bash -xEeuo pipefail -c 'rootdir="$$(basename $(spec))"; ln -s $(outdir) $$rootdir/SRPMS; rpmbuild --define "_topdir $(outdir)" -bs $(spec)' + /bin/bash -xEeuo pipefail -c 'rootdir="$$(dirname $(spec))/../"; ln -s $(outdir) $$rootdir/SRPMS; rpmbuild --define "_topdir $(outdir)" -bs $(spec)'