diff options
| -rw-r--r-- | dwm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm/Makefile b/dwm/Makefile index a9213e7..a135276 100644 --- a/dwm/Makefile +++ b/dwm/Makefile @@ -38,6 +38,8 @@ install: all mkdir -p ${DESTDIR}${MANPREFIX}/man1 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 ./thesiah.mom ${DESTDIR}${PREFIX}/share/dwm uninstall: rm -f ${DESTDIR}${PREFIX}/bin/dwm\ |
