From b8a0c366c71228589a25fdb392792605ed692d1c Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Tue, 19 Sep 2017 21:46:29 +0200 Subject: [PATCH] Update Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.43.0