summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-10-16 02:17:09 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-10-23 23:24:47 +0200
commit7aa96cb396a84cf7a2818a23efb7f80d82a6fbbe (patch)
treef700ab0e24437c9d2e5b70f358a26b2684880efe /Makefile
parent015faa8fe70912da4faa1528c88c3ef6b9fcaabd (diff)
[pkg] rename to make-installer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d0ff32..ff351bc 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ build_helper:
build_openvpn:
@[ -f $(OPENVPN_BIN) ] && echo "OpenVPN already built at" $(OPENVPN_BIN) || ./branding/thirdparty/openvpn/build_openvpn.sh
-build_installer: check_qtifw build
+installer: check_qtifw build
@mkdir -p ${INST_DATA}
@cp -r ${TEMPLATES}/qtinstaller/packages ${INSTALLER}
@cp -r ${TEMPLATES}/qtinstaller/installer.pro ${INSTALLER}