]> repo.cephalix.eu Git - template.git/commitdiff
Fix program parameter
authorbuildmaster <buildmaster@git.cephalix.eu>
Thu, 12 Sep 2024 06:20:18 +0000 (08:20 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Thu, 12 Sep 2024 06:20:18 +0000 (08:20 +0200)
Makefile

index b5f63156c7a9d47fef9209c4ebda51050d2ca6ad..19c6d029c0868db3c3bb859b0fec2dd2ac4217b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ init:
        git add .
        git commit -am "Initial version of $(PACKAGE)"
        git remote add origin /home/BARE-SALT-PACKAGES/$(PACKAGE).git
-       mkdir -f /home/BARE-SALT-PACKAGES/$(PACKAGE).git
+       mkdir -p /home/BARE-SALT-PACKAGES/$(PACKAGE).git
        cd /home/BARE-SALT-PACKAGES/$(PACKAGE).git
        git init --bare
        git push --set-upstream origin master