mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 13:16:02 +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
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -72,6 +72,6 @@ install: all
|
|||
|
||||
uninstall:
|
||||
@echo removing executeable file
|
||||
@rm -f ${MANPREFIX}/bin/${PROJECT}
|
||||
@rm -f ${DESTDIR}${MANPREFIX}/bin/${PROJECT}
|
||||
@echo removing manual page
|
||||
@rm -f ${MANPREFIX}/man1/${PROJECT}.1
|
||||
@rm -f ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
|
||||
|
|
Loading…
Reference in a new issue