mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 11:06:00 +01:00
Fixed uninstall path typo in Makefile.
Signed-off-by: Moritz Lipp <mlq@pwmt.org>
This commit is contained in:
parent
58c2ee7dd3
commit
43a89cc2f8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -72,7 +72,7 @@ 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
|
||||
@make -C ft uninstall
|
||||
|
|
Loading…
Reference in a new issue