[SCM] live-build branch, debian-next, updated. debian/3.0_a25-1-56-gb682536

Daniel Baumann daniel at debian.org
Thu Aug 4 19:49:05 UTC 2011


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

    Correcting indentiation in hook defaults assignment.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index e142fa2..0bd1b1a 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -585,17 +585,17 @@ Set_defaults ()
 	case "${LB_MODE}" in
 		*)
 			LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-file-cache \
-					 update-apt-xapian-index \
-					 update-mlocate-database \
-					 remove-python-py}"
+				update-apt-xapian-index \
+				update-mlocate-database \
+				remove-python-py}"
 			;;
 
 		kubuntu)
 			LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-file-cache \
-					 update-apt-xapian-index \
-					 update-mlocate-database \
-					 remove-gnome-icon-cache \
-					 remove-python-py}"
+				update-apt-xapian-index \
+				update-mlocate-database \
+				remove-gnome-icon-cache \
+				remove-python-py}"
 			;;
 	esac
 

-- 
live-build



More information about the debian-live-changes mailing list