commit b5830e85fb7b8273321b9876ced7a5ff97d96c18
parent 25daf236ada1db65b8ee78b10623f949baa0fc11
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Thu, 20 Oct 2022 16:43:29 +0200
Full path to run-image
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install b/install
@@ -55,7 +55,7 @@ EOF
"$cmd/s6-cat" >"$dst/init/scripts/populate-run" <<EOF || exit $?
#!$sm_dst_package/command/execlineb -P
$qc/fdmove -c 2 1
-if { elglob GLOB $(q "$src")/run-image/* cp -va \$GLOB /run }
+if { elglob GLOB $(q "$(realpath "$src"))/run-image/* cp -va \$GLOB /run }
EOF
"$cmd/s6-chmod" 755 "$dst/init/scripts/populate-run" || exit $?