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

index a8d4315706d2077c477f3eee9c3d86daf51bca21..6e078e962507f62d11b474986f4c8b42df9739eb 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/PACKAGE/$(PACKAGE)/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