mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-06 01:16:00 +01:00
fix executable file path in uninstall
Signed-off-by: mlq <mlq@pwmt.org>
This commit is contained in:
parent
a1fe0f0b4b
commit
baca010f3c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -81,6 +81,6 @@ install: all
|
|||
|
||||
uninstall:
|
||||
@echo removing executable file
|
||||
@rm -f ${DESTDIR}${MANPREFIX}/bin/${PROJECT}
|
||||
@rm -f ${DESTDIR}${PREFIX}/bin/${PROJECT}
|
||||
@echo removing manual page
|
||||
@rm -f ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
|
||||
|
|
Loading…
Reference in a new issue