Y
Hacker News
new
|
ask
|
show
|
jobs
by
munchlax
223 days ago
There exists makefiles that don't allow DESTDIR, as in
mkdir derp gmake install DESTDIR=$PWD/derp
Distribution maintainers have to patch this :(
1 comments
zahlman
223 days ago
I'm accustomed to setting this up with `./configure --prefix`.
link