summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-06-04 11:43:23 -0500
committerGitHub <noreply@github.com>2022-06-04 11:43:23 -0500
commit5d30e24db0db4ec4132de8db6e9b8d8fa2e2244a (patch)
tree48d993064f0f1d4f11e3e5b1b37e76de848e71ac /Makefile
parent4c8b1868079c7b5001e535f32cbf089b9e246d2a (diff)
remove powermenu
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fb3007c..e361c44 100644
--- a/Makefile
+++ b/Makefile
@@ -43,8 +43,6 @@ 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 -r scripts/* ${DESTDIR}${PREFIX}/bin
- chmod 755 ${DESTDIR}${PREFIX}/bin/powermenu
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/dwm\