From 0231e38b5aa5ce94d7c33c09aec61d7a9f3b9a85 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Mon, 13 Jun 2022 15:15:30 -0500 Subject: powermenu --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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\ -- cgit v1.2.3