JannikHv / gydl

gydl (Graphical YouTube-Download) is a GUI wrapper around yt-dlp.
GNU General Public License v2.0
151 stars 22 forks source link

Do not hardcode /usr prefix #24

Open probonopd opened 5 years ago

probonopd commented 5 years ago

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
(...)