]> repo.cephalix.eu Git - 7zip.git/commitdiff
Adapt Makefile
authorbuildmaster <buildmaster@git.cephalix.eu>
Thu, 20 Sep 2018 11:38:37 +0000 (13:38 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Thu, 20 Sep 2018 11:38:37 +0000 (13:38 +0200)
Makefile

index f5ad7ca1cf6db7500f233ab881cf6efbb4cf761b..fc166cc7d169157b4da4f61f01246510f6906b99 100644 (file)
--- 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