aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20f5c13..3c3e014 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,9 @@ EXEC != ls -l | perl -ne ' \
} \
} \
'
+IEXEC != echo $(EXEC) | sed -E 's,^| ,&/usr/local/bin/,g'
install:
install -m 644 *.1 /usr/local/man/man1/
install $(EXEC) /usr/local/bin
- ./re! `echo $(EXEC) | sed -E 's,^| ,&/usr/local/bin/,g'`
+ re! $(IEXEC)