mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux/FreeBSD: Fix calling "make install" without specifying DESTDIR, which should work by installing into /usr
This commit is contained in:
@@ -269,7 +269,9 @@ endif
|
||||
|
||||
|
||||
install: prepare
|
||||
ifneq "$(DESTDIR)" ""
|
||||
mkdir -p $(DESTDIR)
|
||||
endif
|
||||
cp -R $(BASE_DIR)/Setup/Linux/usr $(DESTDIR)/
|
||||
|
||||
ifeq "$(TC_BUILD_CONFIG)" "Release"
|
||||
@@ -321,7 +323,9 @@ endif
|
||||
|
||||
|
||||
install: prepare
|
||||
ifneq "$(DESTDIR)" ""
|
||||
mkdir -p $(DESTDIR)
|
||||
endif
|
||||
cp -R $(BASE_DIR)/Setup/FreeBSD/usr $(DESTDIR)/.
|
||||
|
||||
ifeq "$(TC_BUILD_CONFIG)" "Release"
|
||||
|
||||
Reference in New Issue
Block a user