]> repo.cephalix.eu Git - GoogleChrome.git/commitdiff
fullnames
authorbuildmaster <buildmaster@git.cephalix.eu>
Wed, 31 Oct 2018 19:39:22 +0000 (20:39 +0100)
committerbuildmaster <buildmaster@git.cephalix.eu>
Wed, 31 Oct 2018 19:39:22 +0000 (20:39 +0100)
Makefile

index a8d4315706d2077c477f3eee9c3d86daf51bca21..3e6942e5abe64d8a42908152676b0f2b8bf02c95 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ YEAR            = $(shell date +%Y )
 
 
 package:
-       if [ ! -e oss-pkg-$(PACKAGE).spec ]; then cp ../template/package.spec oss-pkg-$(PACKAGE).spec; fi
+       sed    s/VERSION/$(VERSION)/g  oss-pkg-$(PACKAGE).spec.in > 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