diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-06-13 15:15:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-13 15:15:30 -0500 |
| commit | 0231e38b5aa5ce94d7c33c09aec61d7a9f3b9a85 (patch) | |
| tree | 08910cb23c5f47370709c3ba327f1e0c7ce48c1f /Makefile | |
| parent | b8bb8cd5cd95bde0d858aedbd441479a07792967 (diff) | |
powermenu
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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\ |
