pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

commit db389c701efd75e95be9f5ce2f6f77a1a0918280
parent 78a10160a9acf9251b49ebb32025b0b3029e8cd8
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Tue, 20 Feb 2024 19:28:51 +0100

Fix syntax

Diffstat:
Mcommand/pthbs-build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/command/pthbs-build b/command/pthbs-build @@ -137,7 +137,7 @@ function at_filehash(hash_type, file_hash, dst, dstdir){ sandbox_cmd=sandbox_cmd " -munshare/mount:1" sandbox_cmd=sandbox_cmd " -mbind+" q(dirname(ENVIRON["envdir"]"/work/bin")":/bin:ro,nosetuid,nodev") sandbox_cmd=sandbox_cmd " -m " q("allow/read+"/bin/***") - sandbox_cmd=sandbox_cmd " -munshare/net:1 -munshare/ipc:1 + sandbox_cmd=sandbox_cmd " -munshare/net:1 -munshare/ipc:1" } else { fatal("set $PTHBS_SYD to enable sandboxing") }