pthbs

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

commit eed8b10cbc2224eb1b688f221fc7ec0c7dd84f40
parent c0478061f8110d1fe4f669bd59a9ff0fb65acebb
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Tue,  4 Nov 2025 21:53:12 +0000

print logdir on successful build

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

diff --git a/command/pthbs-build b/command/pthbs-build @@ -170,7 +170,7 @@ if env -i \ sh $pthbs_xtrace -e "$workdir/pthbs-setup" </dev/null; then if test -f "$workdir/destdir/${pthbs_versions%/}/$pthbs_package/.install-links"; then trap - INT - printf "BUILD SUCCESFUL :: %s\n" "$pthbs_package" + printf "BUILD SUCCESFUL :: %s :: %s\n" "$pthbs_package" "logs/${logdir}" if ! pthbs-install "$workdir/destdir" "$pthbs_package"; then ret=1 echo "INSTALL FAILED"