aboutsummaryrefslogtreecommitdiff
path: root/.copr/Makefile
blob: 98a986dce5bfd8192a7910bb8863875f743942f8 (plain) (blame)
1
2
3
4
outdir		?= $(pwd)
srpm:
	dnf install 'dnf-command(copr)' && dnf copr enable schanzen/gnunet
	rpmbuild $(spec) --bs --define "_srcrpmdir $(outdir)"