Fix COPR Makefile

This commit is contained in:
Victor Tran 2021-06-18 15:48:30 +10:00
parent 279d2a7c66
commit f761a44e30
No known key found for this signature in database
GPG key ID: 1F0729FE016CDC3E

View file

@ -1,5 +1,5 @@
srpm:
dnf -y install git
dnf -y install git rpkg
git submodule init
git submodule update
rpkg --config dist/rpkg.conf srpm --spec $(spec) --outdir $(outdir)