aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6429897..6b9b418 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ PKGNAME = gates-of-tartaros
SSH = ssh
BASH_SHEBANG = /usr/bin/env bash
+ECHO = /usr/bin/echo
EXAMPLES = lower-left-ponysay allow-uppercase issue-file commands no-empty-user
@@ -48,6 +49,7 @@ got.install: got
sed -i 's:@etc@:$(SYSCONF):g' "$@"
sed -i 's:@command@:$(COMMAND):g' "$@"
sed -i 's:@ssh@:$(SSH):g' "$@"
+ sed -i 's:@echo@:$(ECHO):g' "$@"