1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Linux: Use $(CURDIR) instead of $(PWD) for the install target, as well as $(DESTDIR)/ (which will still install into / if 'DESTDIR' is unset.)

This commit is contained in:
Mounir IDRASSI
2017-07-01 12:13:44 +02:00
parent 04b4ff3651
commit bded7901c5

View File

@@ -221,7 +221,7 @@ endif
install: prepare
cp -R $(PWD)/Setup/Linux/usr /.
cp -R $(CURDIR)/Setup/Linux/usr $(DESTDIR)/.
ifeq "$(TC_BUILD_CONFIG)" "Release"
package: prepare