mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 02:53:48 +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
2
Makefile
2
Makefile
@ -72,7 +72,7 @@ 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
|
||||||
@make -C ft uninstall
|
@make -C ft uninstall
|
||||||
|
Loading…
Reference in New Issue
Block a user