mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 04:13:46 +01:00
fix executable file path in uninstall
Signed-off-by: mlq <mlq@pwmt.org>
This commit is contained in:
parent
382f5e7618
commit
64fe1f132d
2
Makefile
2
Makefile
@ -81,6 +81,6 @@ install: all
|
|||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@echo removing executable file
|
@echo removing executable file
|
||||||
@rm -f ${DESTDIR}${MANPREFIX}/bin/${PROJECT}
|
@rm -f ${DESTDIR}${PREFIX}/bin/${PROJECT}
|
||||||
@echo removing manual page
|
@echo removing manual page
|
||||||
@rm -f ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
|
@rm -f ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
|
||||||
|
Loading…
Reference in New Issue
Block a user