mutt-wizard

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 15941b43e7cec4b66ad2e9911ca791f365aac362
parent 02b8e2a58c603b841c747b71a7a2b6c1e70c7912
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Sun, 24 Nov 2019 08:26:16 -0500

Revert "Fix script removal (#310)"

This reverts commit 4904fcf51f878a8648d333d2fac7cbfe2728c47b.

Diffstat:
MMakefile | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -26,9 +26,8 @@ install: cp -f mw.1 $(DESTDIR)$(MANPREFIX)/man1/mw.1 uninstall: - for scriptPath in bin/*; do \ - scriptFile=$$(basename $$scriptPath); \ - rm -f $(DESTDIR)$(PREFIX)/bin/$$scriptFile; \ + for script in bin/*; do \ + rm -f $(DESTDIR)$(PREFIX)/bin/$$script; \ done rm -rf $(DESTDIR)$(PREFIX)/share/mutt-wizard rm -f $(DESTDIR)$(MANPREFIX)/man1/mw.1