We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please support the standard DESTDIR variable in your Makefile.
DESTDIR
If I run
sudo make install DESTDIR=/tmp/root
then I would expect the files to get installed in
/tmp/root/usr/local/bin/searchfs /tmp/root/usr/local/share/man/man1/searchfs.1
Note that your existing Makefile variable DEST_DIR, which serves an unrelated purpose, then becomes confusing. You may wish to rename that variable.
DEST_DIR
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please support the standard
DESTDIR
variable in your Makefile.If I run
then I would expect the files to get installed in
Note that your existing Makefile variable
DEST_DIR
, which serves an unrelated purpose, then becomes confusing. You may wish to rename that variable.The text was updated successfully, but these errors were encountered: