summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-05-26 22:21:45 -0500
committerGitHub <noreply@github.com>2022-05-26 22:21:45 -0500
commit7df5d62f0ca7c255e02456e8b42cef7de9877a95 (patch)
tree5b6607d3de8bac699d3e59b896138d6bd9c7af98 /Makefile
parent4e94136dbf18476c3a464796ea720cbd68f22c07 (diff)
update scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9ebcc8c..fb3007c 100644
--- a/Makefile
+++ b/Makefile
@@ -43,9 +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
- mkdir -p $(DESTDIR)$(USRHOME)/.config/dwm/
- cp -r scripts/* $(DESTDIR)$(USRHOME)/.config/dwm/
- chmod 0755 $(DESTDIR)$(USRHOME)/.config/dwm/powermenu.sh
+ cp -r scripts/* ${DESTDIR}${PREFIX}/bin
+ chmod 755 ${DESTDIR}${PREFIX}/bin/powermenu
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/dwm\