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)'