aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAurélien Aptel2010-09-02 02:03:53 +0200
committerAurélien Aptel2010-09-02 02:03:53 +0200
commit7418faf422be4a753ac55ef56614dc10e9e7d93b (patch)
treeeff09aa3b90cb6f74dd2f3f11fc8bf433f117143 /Makefile
parente1e4f128d94f2f5024e8e45b7bf103af7c599b32 (diff)
downloadaur-7418faf422be4a753ac55ef56614dc10e9e7d93b.tar.gz
fixed makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2da8bebfd5de..041eadb6d845 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,6 @@ uninstall:
@echo removing executable file from ${DESTDIR}${PREFIX}/bin
@rm -f ${DESTDIR}${PREFIX}/bin/st
@echo removing manual page from ${DESTDIR}${MANPREFIX}/man1
- @rm -f ${DESTDIR}${MANPREFIX}/man1/sic.1
+ @rm -f ${DESTDIR}${MANPREFIX}/man1/st.1
.PHONY: all options clean dist install uninstall