From: Peter Varkoly Date: Tue, 19 Sep 2017 19:47:33 +0000 (+0200) Subject: Update Makefile X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=4a01437f4ff43af1c4524023aa2228cc795da7fe;p=MozillaFirefox.git Update Makefile --- diff --git a/Makefile b/Makefile index 4f7bda1..f5b2aef 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,9 @@ NRELEASE = $(shell echo $(RELEASE) + 1 | bc ) package: cp packages.spec.in oss-pkg-$(PACKAGE).spec - sed -i s/VERSION/$(VERSION)/ oss-pkg-$(PACKAGE).spec - sed -i s/RELEASE/$(NRELEASE)/ oss-pkg-$(PACKAGE).spec - sed -i s/PACKAGE/$(PACKAGE)/ oss-pkg-$(PACKAGE).spec + sed -i s/VERSION/$(VERSION)/g 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) ln -s ../$(PACKAGE).sls oss-pkg-$(PACKAGE)/$(PACKAGE).sls if [ -d repo-ng ]; then ln -s ../repo-ng/ oss-pkg-$(PACKAGE)/repo-ng; fi