[SCM] live-build branch, debian, updated. debian/3.0_a25-1-57-g6167d10

Daniel Baumann daniel at debian.org
Thu Aug 4 19:53:20 UTC 2011


The following commit has been merged in the debian branch:
commit 18e092e835786f47e4aa108d4a21056aa69ac685
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Aug 4 21:49:00 2011 +0200

    Adding missing 'set -e' in remove-python-py.chroot hook.

diff --git a/share/hooks/005-remove-python-py.chroot b/share/hooks/005-remove-python-py.chroot
index a8ff40a..ff70583 100755
--- a/share/hooks/005-remove-python-py.chroot
+++ b/share/hooks/005-remove-python-py.chroot
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 # Remove Python *.py files.
 #
 # This removes byte-compiled Python modules to save some space.

-- 
live-build



More information about the debian-live-changes mailing list