aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-12-31 00:19:00 -0800
committerBruce Hill <bruce@bruce-hill.com>2018-12-31 00:19:00 -0800
commit84e2065a2637645f8c797d1032265c4f37e9e718 (patch)
tree78d9d047cdef5b3bdb1c33ac467bc297f3b4d426 /Makefile
parent5059c081ac624ede925d5256885509ddd17181c6 (diff)
Bumped version number.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ae6bea..af8f8ef 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ uninstall: version
version="$(UNINSTALL_VERSION)"; \
if [[ ! $$version ]]; then version="`cat version`"; fi;\
rm -rvf $$prefix/lib/nomsu/$$version $$prefix/share/nomsu/$$version $$prefix/bin/nomsu$$version; \
- if [[ "`find -E $$prefix/bin -type f -regex '.*/nomsu[0-9.]+\$$'`" == "" ]]; then \
+ if [[ "`find $$prefix/bin -type f -regex '.*/nomsu[0-9.]+\$$'`" == "" ]]; then \
rm -vf $$prefix/bin/nomsu $$prefix/share/man/man1/nomsu.1; \
else \
if [ -f $$prefix/bin/nomsu ]; then \