pthbs

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

commit 6cdfb15850547d49c32edcf3ae840f65eda7fbc6
parent eed8b10cbc2224eb1b688f221fc7ec0c7dd84f40
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Wed,  5 Nov 2025 11:34:24 +0000

Fix log location notice

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 :: %s\n" "$pthbs_package" "logs/${logdir}" + printf "BUILD SUCCESFUL :: %s :: %s\n" "$pthbs_package" "logs/${logdir##*/}" if ! pthbs-install "$workdir/destdir" "$pthbs_package"; then ret=1 echo "INSTALL FAILED"