-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Lines 18 to 28 in 35744b8
| install: $(NAME) | |
| install -Dm 0755 $(NAME) /usr/bin/$(NAME) | |
| install -Dm 0644 data/com.github.JannikHv.Gydl.desktop /usr/share/applications/gydl.desktop | |
| install -Dm 0644 data/gydl.svg /usr/share/icons/gydl.svg | |
| install -Dm 0644 LICENSE /usr/share/licenses/gydl/LICENSE | |
| uninstall: | |
| rm /usr/bin/$(NAME) | |
| rm /usr/share/applications/gydl.desktop | |
| rm /usr/share/icons/gydl.svg | |
| rm /usr/share/licenses/gydl/ -r |
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
(...)
Metadata
Metadata
Assignees
Labels
No labels