summaryrefslogtreecommitdiff
path: root/setup-sshd.in
diff options
context:
space:
mode:
authorNick Hanley <nicholasjhanley@gmail.com>2022-02-23 23:55:23 -0500
committerNatanael Copa <ncopa@alpinelinux.org>2022-03-16 09:16:16 +0000
commit3e33c9fc71083e65ebfec415efdba01c62651a20 (patch)
treef2f08b6d37d3757ec46d27fcd253a47c27b7dc3d /setup-sshd.in
parentad16e3efcc94edca000a0b571d00b32435598c0d (diff)
downloadalpine-conf-3e33c9fc71083e65ebfec415efdba01c62651a20.zip
fix PREFIX in *.in
Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts.
Diffstat (limited to 'setup-sshd.in')
-rw-r--r--setup-sshd.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-sshd.in b/setup-sshd.in
index 271ad79..78cdaf4 100644
--- a/setup-sshd.in
+++ b/setup-sshd.in
@@ -1,6 +1,6 @@
#!/bin/sh
-PREFIX=
+PREFIX=@PREFIX@
. "$PREFIX/lib/libalpine.sh"