mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 22:13:48 +01:00
Fix make uninstall
Correction of the uninstall section in the Makefile. Thanks to Laen.
This commit is contained in:
parent
f28700ea46
commit
0839150873
4
Makefile
4
Makefile
@ -72,6 +72,6 @@ install: all
|
|||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@echo removing executeable file
|
@echo removing executeable file
|
||||||
@rm -f ${MANPREFIX}/bin/${PROJECT}
|
@rm -f ${DESTDIR}${MANPREFIX}/bin/${PROJECT}
|
||||||
@echo removing manual page
|
@echo removing manual page
|
||||||
@rm -f ${MANPREFIX}/man1/${PROJECT}.1
|
@rm -f ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
|
||||||
|
Loading…
Reference in New Issue
Block a user