Open jpouellet opened 7 years ago
Is $(DESTDIR)
not enough or should it be more in the form of $(DESTDIR)/$(prefix)/qvm-open-trust-based
?
I believe the proper form for your example would be $(DESTDIR)$(bindir)/qvm-open-trust-based
The link mentions the following for bindir
:
The directory for installing executable programs that users can run. This should normally be /usr/local/bin, but write it as $(exec_prefix)/bin.
e.g. prefix instead of /usr, etc.
more info here: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html#Directory-Variables