1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-10 14:57:02 -05: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
+1 -1
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