]> repo.cephalix.eu Git - template.git/commitdiff
Fix typo
authorbuildmaster <buildmaster@git.cephalix.eu>
Tue, 19 Oct 2021 12:26:58 +0000 (14:26 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Tue, 19 Oct 2021 12:26:58 +0000 (14:26 +0200)
Makefile
init.sls.in [moved from init.sls.ini with 100% similarity]

index 6f8bca9d2d857d1c7f9f8a742291dd3a6937d6dd..e736a55c202e2c1ee29d96ec66f0c3d7f479057d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ package:
        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
-       sed    s/VERSION/$(VERSION)/g  init.sls.ini > repo-ng/init.sls
+       sed    s/VERSION/$(VERSION)/g  init.sls.in > repo-ng/init.sls
        ../oss-pkg-tools/create_hash.sh $(PACKAGE)
        mkdir -p oss-pkg-$(PACKAGE)
        sed s/PACKAGE/$(PACKAGE)/g  $(PACKAGE).sls > oss-pkg-$(PACKAGE)/$(PACKAGE).sls
@@ -32,7 +32,7 @@ init:
        mv oss-pkg-packages.spec.in oss-pkg-$(PACKAGE).spec.in
        sed -i 's/PACKAGE/$(PACKAGE)/g' oss-pkg-$(PACKAGE).spec.in
        mkdir repo-ng
-       sed -i 's/PACKAGE/$(PACKAGE)/g' repo-ng/init.sls.ini
+       sed -i 's/PACKAGE/$(PACKAGE)/g' init.sls.in
        mv temlate.sls $(PACKAGE).sls
        sed -i 's/PACKAGE/$(PACKAGE)/g' $(PACKAGE).sls
        git init
similarity index 100%
rename from init.sls.ini
rename to init.sls.in