From: buildmaster Date: Thu, 20 Sep 2018 11:38:37 +0000 (+0200) Subject: Adapt Makefile X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=958569457f10fd64c4ceba839c32b3db8e43f88a;p=7zip.git Adapt Makefile --- diff --git a/Makefile b/Makefile index f5ad7ca..fc166cc 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ YEAR = $(shell date +%Y ) package: - sed s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec.in > 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 sed -i s/YEAR/$(YEAR)/g oss-pkg-$(PACKAGE).spec