From 132d40da4e8741704a19c79ba2f27be0bcb287d2 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 20 Sep 2018 09:39:39 +0200 Subject: [PATCH] Adapt makefile and .gitignore --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d62e3a3..edc201b 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,7 @@ NRELEASE = $(shell echo $(RELEASE) + 1 | bc ) package: - cp packages.spec.in oss-pkg-$(PACKAGE).spec - sed -i s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec + sed s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec.in > oss-pkg-$(PACKAGE).spec sed -i s/RELEASE/$(NRELEASE)/g oss-pkg-$(PACKAGE).spec sed -i s/PACKAGE/$(PACKAGE)/g oss-pkg-$(PACKAGE).spec mkdir -p oss-pkg-$(PACKAGE) -- 2.43.0