searchfs icon indicating copy to clipboard operation
searchfs copied to clipboard

Please support DESTDIR in Makefile

Open ryandesign opened this issue 5 years ago • 0 comments

Please support the standard DESTDIR variable in your Makefile.

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.

ryandesign avatar Sep 28 '19 19:09 ryandesign