mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Linux: remove existing "Setup/Linux/usr" if any before preparing for packaging.
This commit is contained in:
@@ -204,6 +204,7 @@ endif
|
||||
|
||||
ifeq "$(PLATFORM)" "Linux"
|
||||
prepare: $(APPNAME)
|
||||
rm -fr $(PWD)/Setup/Linux/usr
|
||||
mkdir -p $(PWD)/Setup/Linux/usr/bin
|
||||
mkdir -p $(PWD)/Setup/Linux/usr/share/$(APPNAME)/doc/HTML
|
||||
cp $(PWD)/Main/$(APPNAME) $(PWD)/Setup/Linux/usr/bin/$(APPNAME)
|
||||
|
||||
Reference in New Issue
Block a user