From 893c637451eac5cf6780032a8e397571da395a3e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 30 Sep 2013 03:26:27 +0200 Subject: the username sshlogin can be changed 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(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index acb3691..ac3a09e 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ SBIN = /sbin LICENSES = /usr/share/licenses COMMAND = got PKGNAME = gates-of-tartaros +SSHUSER = sshlogin BASH_SHEBANG = /usr/bin/env bash @@ -17,6 +18,7 @@ got.install: got sed -i 's:@prefix@:$(PREFIX):g' "$@" sed -i 's:@etc@:$(SYSCONF):g' "$@" sed -i 's:@command@:$(COMMAND):g' "$@" + sed -i 's:@sshlogin@:$(SSHUSER):g' "$@" got-cmd.install: got-cmd cp "$<" "$@" -- cgit v1.2.3-70-g09d2