aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-05-17 22:42:26 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-05-17 22:42:26 +0200
commitf6cc6b3b15da6ad41123517b9e04a633fbb9e3e5 (patch)
tree09726bc2d8d8b54a3f9a082e1fd3b5cf4ecadc13
parentdf54a1a507e7acd89430d58a30f7d8819a847ef5 (diff)
downloadgnunet-rpm-f6cc6b3b15da6ad41123517b9e04a633fbb9e3e5.tar.gz
gnunet-rpm-f6cc6b3b15da6ad41123517b9e04a633fbb9e3e5.zip
make sure copr plugin is installed
-rw-r--r--.copr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.copr/Makefile b/.copr/Makefile
index 17ded81..98a986d 100644
--- a/.copr/Makefile
+++ b/.copr/Makefile
@@ -1,4 +1,4 @@
1outdir ?= $(pwd) 1outdir ?= $(pwd)
2srpm: 2srpm:
3 dnf copr enable schanzen/gnunet 3 dnf install 'dnf-command(copr)' && dnf copr enable schanzen/gnunet
4 rpmbuild $(spec) --bs --define "_srcrpmdir $(outdir)" 4 rpmbuild $(spec) --bs --define "_srcrpmdir $(outdir)"