diff options
Diffstat (limited to 'dwm/Makefile')
| -rw-r--r-- | dwm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dwm/Makefile b/dwm/Makefile index 924ef09..bc6161e 100644 --- a/dwm/Makefile +++ b/dwm/Makefile @@ -39,6 +39,8 @@ dist: clean install: all mkdir -p ${DESTDIR}${PREFIX}/bin install -Dm755 ./dwm ${DESTDIR}${PREFIX}/bin + cp -f layoutmenu $(DESTDIR)$(PREFIX)/bin + chmod 755 $(DESTDIR)$(PREFIX)/bin/layoutmenu mkdir -p ${DESTDIR}${MANPREFIX}/man1 sed "s/VERSION/${VERSION}/g" < dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1 chmod 644 ${DESTDIR}${MANPREFIX}/man1/dwm.1 @@ -47,6 +49,7 @@ install: all uninstall: rm -f ${DESTDIR}${PREFIX}/bin/dwm\ + $(DESTDIR)$(PREFIX)/bin/layoutmenu\ ${DESTDIR}${PREFIX}/share/dwm/thesiah.mom\ ${DESTDIR}${MANPREFIX}/man1/dwm.1 |
