summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-06-05 14:32:13 -0500
committerGitHub <noreply@github.com>2022-06-05 14:32:13 -0500
commite68ba677432cf0ac70e91347f3dfa20f700c8fd7 (patch)
tree4c1fb81cef4d1c2f8b74910a6f90ea87b24c386d /Makefile
parentab8c4738fe4bc6c2eb2f60e5df07ffcbeeb14e62 (diff)
add powermenu back
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e361c44..2ada908 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,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
+ cp -f scripts/* ${DESTDIR}${PREFIX}/bin
+ chmod 755 ${DESTDIR}${PREFIX}/bin/powermenu
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/dwm\