summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-06-15 12:56:26 -0500
committerGitHub <noreply@github.com>2022-06-15 12:56:26 -0500
commit0f2ef0e5d27ac5221c872c964aef52b22dfa8501 (patch)
tree2510174713101eca385d12a400a606b36aee69f0 /Makefile
parentebb9d82ebaab62c60aab81ef8adcb267fc8fec5b (diff)
add powermenu to uninstall
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 788e12b..06d7d06 100644
--- a/Makefile
+++ b/Makefile
@@ -52,14 +52,15 @@ 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
+ cp -f scripts/* $(DESTDIR)$(PREFIX)/bin
+ chmod 755 $(DESTDIR)$(PREFIX)/bin/powermenu
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/dmenu\
$(DESTDIR)$(PREFIX)/bin/dmenu_path\
$(DESTDIR)$(PREFIX)/bin/dmenu_run\
$(DESTDIR)$(PREFIX)/bin/stest\
+ $(DESTDIR)$(PREFIX)/bin/powermenu\
$(DESTDIR)$(MANPREFIX)/man1/dmenu.1\
$(DESTDIR)$(MANPREFIX)/man1/stest.1