diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-03-18 14:52:33 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-03-18 14:52:33 +0100 |
commit | b38e35ad05ae5b7d1c3d45436921f573bc9e5ba6 (patch) | |
tree | 5209b1138509687d24b5d60e846df0728cb062dc /Makefile.example | |
parent | 0963064f48f82567a4db901c67800bba61ba8f49 (diff) | |
download | Ishtar-b38e35ad05ae5b7d1c3d45436921f573bc9e5ba6.tar.bz2 Ishtar-b38e35ad05ae5b7d1c3d45436921f573bc9e5ba6.zip |
master -> main
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index 1ac950635..483e411c5 100644 --- a/Makefile.example +++ b/Makefile.example @@ -262,7 +262,7 @@ push_install: clean tar cvjf $$ARCHIVE_NAME install/ ; \ scp $$ARCHIVE_NAME root@git.iggdrasil.net:$$INSTALL_PATH ; \ rm $$ARCHIVE_NAME ; - #ifeq ($(BRANCH_NAME),master) \ + #ifeq ($(BRANCH_NAME),main) \ # ssh root@git rm $$INSTALL_PATH"install-ishtar-latest.tar.bz2" ; \ # ssh root@git ln -s $$INSTALL_PATH$$ARCHIVE_NAME $$INSTALL_PATH"install-ishtar-latest.tar.bz2" ;\ #endif \ |