From 82efc7ce6d7eb9dbd8b3d12af49711eb98fd159f Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Thu, 30 Oct 2025 12:13:14 +0100 Subject: [PATCH] wip --- .copr/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.copr/Makefile b/.copr/Makefile index 47d4a61..2b8c5e4 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -1,7 +1,3 @@ srpm: @mkdir -p $(outdir) - ls -l $(spec) - pwd - ls -l $(outdir) - rpm -qa - /bin/bash -xEeuo pipefail -c 'rootdir="$$(dirname $(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 $$rootdir" -bs $(spec)'