[SCM] live-build branch, debian, updated. debian/3.0_a60-1-10-gf735d98

Daniel Baumann daniel at debian.org
Sun Sep 30 07:47:33 UTC 2012


The following commit has been merged in the debian branch:
commit 5e4f7742c5dd3381701c54fe7a7a6bb34fa60e9c
Author: Colin Watson <cjwatson at ubuntu.com>
Date:   Sun Sep 30 09:40:01 2012 +0200

    Fixing execution of binary hooks.

diff --git a/scripts/build/binary_hooks b/scripts/build/binary_hooks
index cd1270b..ef47d65 100755
--- a/scripts/build/binary_hooks
+++ b/scripts/build/binary_hooks
@@ -50,7 +50,7 @@ do
 			if [ -e "${FILE}" ]
 			then
 				cd binary
-				./"${FILE}" || { Echo_error "${_HOOK} failed (exit non-zero). You should check for errors."; exit 1 ;}
+				"${FILE}" || { Echo_error "${_HOOK} failed (exit non-zero). You should check for errors."; exit 1 ;}
 				cd "${OLDPWD}"
 			fi
 		done

-- 
live-build



More information about the debian-live-changes mailing list