VeraCrypt
VeraCrypt copied to clipboard
make DESTDIR uses /usr/
Expected behavior
when i do make DESTDIR=/opt/veracrypt i would expect it to install the binary into /opt/veracrypt/bin/veracrypt
(i may be wrong, in this case sorry :-)
Observed behavior
the binary is installed in /opt/veracrypt/usr/bin/veracrypt
Steps to reproduce
- make
- make DESTDIR=/opt/veracrypt
(Linux/bash)
There is a Makefile, but is cmake usable? Maybe there is an optione for cmake?