top | item 45772869

(no title)

munchlax | 4 months ago

There exists makefiles that don't allow DESTDIR, as in

  mkdir derp
  gmake install DESTDIR=$PWD/derp
Distribution maintainers have to patch this :(

discuss

order

zahlman|4 months ago

I'm accustomed to setting this up with `./configure --prefix`.