summaryrefslogtreecommitdiff
path: root/dwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/Makefile')
-rw-r--r--dwm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/Makefile b/dwm/Makefile
index 11a49c4..7e4b1f5 100644
--- a/dwm/Makefile
+++ b/dwm/Makefile
@@ -40,11 +40,11 @@ install: all
sed "s/VERSION/${VERSION}/g" < dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1
chmod 644 ${DESTDIR}${MANPREFIX}/man1/dwm.1
mkdir -p ${DESTDIR}${PREFIX}/share/dwm
- install -Dm644 ./larbs.mom ${DESTDIR}${PREFIX}/share/dwm
+ install -Dm644 ./thesiah.mom ${DESTDIR}${PREFIX}/share/man/thesiah
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/dwm\
- ${DESTDIR}${PREFIX}/share/dwm/larbs.mom\
+ ${DESTDIR}${PREFIX}/share/man/thesiah/thesiah.mom\
${DESTDIR}${MANPREFIX}/man1/dwm.1
.PHONY: all options clean dist install uninstall