summaryrefslogtreecommitdiff
path: root/dwm-6.2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dwm-6.2/Makefile')
-rw-r--r--dwm-6.2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm-6.2/Makefile b/dwm-6.2/Makefile
index 77bcbc0..03900cd 100644
--- a/dwm-6.2/Makefile
+++ b/dwm-6.2/Makefile
@@ -39,6 +39,7 @@ dist: clean
install: all
mkdir -p ${DESTDIR}${PREFIX}/bin
cp -f dwm ${DESTDIR}${PREFIX}/bin
+ cp -f wmbar ${DESTDIR}${PREFIX}/bin
chmod 755 ${DESTDIR}${PREFIX}/bin/dwm
mkdir -p ${DESTDIR}${MANPREFIX}/man1
sed "s/VERSION/${VERSION}/g" < dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1