diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-10-16 02:17:09 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-10-23 23:24:47 +0200 |
commit | 7aa96cb396a84cf7a2818a23efb7f80d82a6fbbe (patch) | |
tree | f700ab0e24437c9d2e5b70f358a26b2684880efe /Makefile | |
parent | 015faa8fe70912da4faa1528c88c3ef6b9fcaabd (diff) |
[pkg] rename to make-installer
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |