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 | e6af0225df8f539308bc3fd8c9dbc967bba5a807 (patch) | |
tree | 5209b1138509687d24b5d60e846df0728cb062dc /Makefile.example | |
parent | ebaa5ca66e17a5e2b2e8b27dec4fdc7cb7304e3a (diff) | |
download | Ishtar-e6af0225df8f539308bc3fd8c9dbc967bba5a807.tar.bz2 Ishtar-e6af0225df8f539308bc3fd8c9dbc967bba5a807.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 \ |