diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-06 13:28:50 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-06 13:30:47 +0200 |
commit | a4145721a74d52304d23631656ddac2deacc5759 (patch) | |
tree | 7804bb2dfc9a1194b66b2044809244c80bf16d04 /src/Main/Main.make | |
parent | be6c81787368959b463fc76da1ece77ca522f0fb (diff) | |
download | VeraCrypt-a4145721a74d52304d23631656ddac2deacc5759.tar.gz VeraCrypt-a4145721a74d52304d23631656ddac2deacc5759.zip |
Linux/FreeBSD: change location of documentation from /usr/share/veracrypt/doc to the standard /usr/share/doc/veracrypt
Diffstat (limited to 'src/Main/Main.make')
-rwxr-xr-x | src/Main/Main.make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Main/Main.make b/src/Main/Main.make index bc54a67b..0bdd951d 100755 --- a/src/Main/Main.make +++ b/src/Main/Main.make @@ -286,12 +286,12 @@ ifeq "$(PLATFORM)" "FreeBSD" prepare: $(APPNAME) rm -fr $(BASE_DIR)/Setup/FreeBSD/usr mkdir -p $(BASE_DIR)/Setup/FreeBSD/usr/bin - mkdir -p $(BASE_DIR)/Setup/FreeBSD/usr/share/$(APPNAME)/doc/HTML + mkdir -p $(BASE_DIR)/Setup/FreeBSD/usr/share/doc/$(APPNAME)/HTML cp $(BASE_DIR)/Main/$(APPNAME) $(BASE_DIR)/Setup/FreeBSD/usr/bin/$(APPNAME) cp $(BASE_DIR)/Setup/Linux/$(APPNAME)-uninstall.sh $(BASE_DIR)/Setup/FreeBSD/usr/bin/$(APPNAME)-uninstall.sh chmod +x $(BASE_DIR)/Setup/FreeBSD/usr/bin/$(APPNAME)-uninstall.sh - cp $(BASE_DIR)/License.txt $(BASE_DIR)/Setup/FreeBSD/usr/share/$(APPNAME)/doc/License.txt - cp $(BASE_DIR)/../doc/html/* "$(BASE_DIR)/Setup/FreeBSD/usr/share/$(APPNAME)/doc/HTML" + cp $(BASE_DIR)/License.txt $(BASE_DIR)/Setup/FreeBSD/usr/share/doc/$(APPNAME)/License.txt + cp $(BASE_DIR)/../doc/html/* "$(BASE_DIR)/Setup/FreeBSD/usr/share/doc/$(APPNAME)/HTML" ifndef TC_NO_GUI mkdir -p $(BASE_DIR)/Setup/FreeBSD/usr/share/applications |