1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Linux: modify installer script to make it run when the "less" command doesn't support the -X argument (Busybox case)

This commit is contained in:
Mounir IDRASSI
2015-02-10 15:05:20 +01:00
parent 5012e0941a
commit b920bb2a6a
2 changed files with 24 additions and 4 deletions

View File

@@ -197,7 +197,7 @@ endif
@echo "VERSION=$(TC_VERSION)" >> $(INTERNAL_INSTALLER_NAME)
@echo "PACKAGE_TYPE=tar" >> $(INTERNAL_INSTALLER_NAME)
@echo "PACKAGE_NAME=$(PACKAGE_NAME)" >> $(INTERNAL_INSTALLER_NAME)
@echo "PACKAGE_START=896" >> $(INTERNAL_INSTALLER_NAME)
@echo "PACKAGE_START=916" >> $(INTERNAL_INSTALLER_NAME)
@echo "INSTALLER_TYPE=$(INSTALLER_TYPE)" >> $(INTERNAL_INSTALLER_NAME)
@cat $(PWD)/Setup/Linux/veracrypt_install_template.sh >> $(INTERNAL_INSTALLER_NAME)