1
0
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:
Mounir IDRASSI
2017-07-01 12:16:46 +02:00
parent bded7901c5
commit c193911655

View File

@@ -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)