mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Linux : Added missing 'mkdir' before installing in case $DESTDIR does not exist (#510)
This commit is contained in:
committed by
Mounir IDRASSI
parent
b6babc688d
commit
48ef6c3736
@@ -254,6 +254,7 @@ endif
|
||||
|
||||
|
||||
install: prepare
|
||||
mkdir -p $(DESTDIR)
|
||||
cp -R $(BASE_DIR)/Setup/Linux/usr $(DESTDIR)/
|
||||
|
||||
ifeq "$(TC_BUILD_CONFIG)" "Release"
|
||||
@@ -303,6 +304,7 @@ endif
|
||||
|
||||
|
||||
install: prepare
|
||||
mkdir -p $(DESTDIR)
|
||||
cp -R $(BASE_DIR)/Setup/FreeBSD/usr $(DESTDIR)/.
|
||||
|
||||
ifeq "$(TC_BUILD_CONFIG)" "Release"
|
||||
|
||||
Reference in New Issue
Block a user