summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-06-13 15:15:30 -0500
committerGitHub <noreply@github.com>2022-06-13 15:15:30 -0500
commit0231e38b5aa5ce94d7c33c09aec61d7a9f3b9a85 (patch)
tree08910cb23c5f47370709c3ba327f1e0c7ce48c1f
parentb8bb8cd5cd95bde0d858aedbd441479a07792967 (diff)
powermenu
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a03a95c..788e12b 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,8 @@ install: all
sed "s/VERSION/$(VERSION)/g" < stest.1 > $(DESTDIR)$(MANPREFIX)/man1/stest.1
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/dmenu.1
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/stest.1
+ cp -f scripts/* ${DESTDIR}${PREFIX}/bin
+ chmod 755 ${DESTDIR}${PREFIX}/bin/powermenu
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/dmenu\