Subject: | makefile should take $DESTDIR into account |
i'm trying to package cpansearch for mandriva.
it compiles fine, but install is hard-coded to /usr/bin, where it should
honor DESTDIR (install is triggered by "make DESTDIR=... install"),
which is just prepended to DESTDIR.
note: traditional extutils::makemaker knows how to install scripts /
executables correctly.