commit f6cc6b3b15da6ad41123517b9e04a633fbb9e3e5
parent df54a1a507e7acd89430d58a30f7d8819a847ef5
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Wed, 17 May 2023 22:42:26 +0200
make sure copr plugin is installed
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.copr/Makefile b/.copr/Makefile
@@ -1,4 +1,4 @@
outdir ?= $(pwd)
srpm:
- dnf copr enable schanzen/gnunet
+ dnf install 'dnf-command(copr)' && dnf copr enable schanzen/gnunet
rpmbuild $(spec) --bs --define "_srcrpmdir $(outdir)"