aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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 "$<" "$@"