From 1f67901fac65c4090444cdd49755fc33e235c5d5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 30 Sep 2013 23:31:52 +0200 Subject: update makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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' "$@" -- cgit v1.2.3-70-g09d2