5 ms·
There exists makefiles that don't allow DESTDIR, as in mkdir derp gmake install DESTDIR=$PWD/derp Distribution maintainers have to patch this :(
by munchlax 11mo ago
There exists makefiles that don't allow DESTDIR, as in
mkdir derp
gmake install DESTDIR=$PWD/derp
Distribution maintainers have to patch this :(
- zahlman 11mo agoI'm accustomed to setting this up with `./configure --prefix`.