mirror of
https://github.com/funkemunky/codex-copr.git
synced 2026-05-31 06:11:55 +00:00
correcting build issues on copr
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.PHONY: srpm
|
||||
|
||||
outdir ?= $(CURDIR)/.rpmbuild/SRPMS
|
||||
TOPDIR ?= $(CURDIR)/.rpmbuild
|
||||
|
||||
srpm:
|
||||
$(MAKE) -C "$(CURDIR)" srpm TOPDIR="$(TOPDIR)"
|
||||
mkdir -p "$(outdir)"
|
||||
cp "$(TOPDIR)"/SRPMS/*.src.rpm "$(outdir)"/
|
||||
Reference in New Issue
Block a user