1
0
Fork 0

fix typo in .copr/Makefile

This commit is contained in:
Pratham Patel 2024-02-03 18:11:35 +05:30
parent d1f5de990c
commit 1781f536cb
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
srpm:
dnf install -y rpmdevtools
cp * $(outdir)
spectool -gR -define "_sourcedir $(outdir)" $(spec)
spectool -gR --define "_sourcedir $(outdir)" $(spec)
rpmbuild -v -bs --define "_sourcedir $(outdir)" --define "_srcrpmdir $(outdir)" $(spec)