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:
@@ -221,7 +221,7 @@ endif
|
|||||||
|
|
||||||
|
|
||||||
install: prepare
|
install: prepare
|
||||||
cp -R $(PWD)/Setup/Linux/usr /.
|
cp -R $(CURDIR)/Setup/Linux/usr $(DESTDIR)/.
|
||||||
|
|
||||||
ifeq "$(TC_BUILD_CONFIG)" "Release"
|
ifeq "$(TC_BUILD_CONFIG)" "Release"
|
||||||
package: prepare
|
package: prepare
|
||||||
|
|||||||
Reference in New Issue
Block a user