And of course I forgot to remove [ on uninstall. One more patch to do that.
-emg
From a2145f934990b56b17c1faa564142b1bad42396f Mon Sep 17 00:00:00 2001
From: Evan Gates <evan.ga...@gmail.com>
Date: Fri, 20 Feb 2015 14:02:12 -0800
Subject: [PATCH] remember to remove [ on uninstall

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 527de2a..a6b72a2 100644
--- a/Makefile
+++ b/Makefile
@@ -186,8 +186,8 @@ install: all
        cd $(DESTDIR)$(MANPREFIX)/man1 && chmod 644 $(MAN)
 
 uninstall:
-       cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN)
-       cd $(DESTDIR)$(MANPREFIX)/man1 && rm -f $(MAN)
+       cd $(DESTDIR)$(PREFIX)/bin && rm -f $(BIN) [
+       cd $(DESTDIR)$(MANPREFIX)/man1 && rm -f $(MAN) [
 
 dist: clean
        mkdir -p sbase-$(VERSION)
-- 
2.3.0

Reply via email to