gydl icon indicating copy to clipboard operation
gydl copied to clipboard

Do not hardcode /usr prefix

Open probonopd opened this issue 5 years ago • 0 comments

https://github.com/JannikHv/gydl/blob/35744b8bd90c5b09f9c2f0431319e6a143fe696f/Makefile#L18-L28

Please do not hardcode the /usr prefix so that one can use something like

$ ./configure --prefix=/usr
$ make -j$(nproc)
$ make install DESTDIR=$(readlink -f appdir)

$ find appdir/
(...)
appdir/usr/bin
(...)

probonopd avatar Jan 12 '19 09:01 probonopd