summaryrefslogtreecommitdiff
path: root/dwm/Makefile
diff options
context:
space:
mode:
authorSoominIm <111330163+SoominIm@users.noreply.github.com>2024-04-06 20:26:03 -0500
committerSoominIm <111330163+SoominIm@users.noreply.github.com>2024-04-06 20:26:03 -0500
commit6b71c978fd56367f0fb339d4039896ed2af0cb0b (patch)
tree86fb89a7c4f5a999752f5a0c95c4c479bdd55f1a /dwm/Makefile
parent3588cbd9e548351ac37ca8946f93c4603d6b7307 (diff)
Updates dwm, st, dmenu, slock, and dwmblocks
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