[SCM] Debian Live build scripts branch, master, updated. 1.0.1-2-2-g19b3cba

Daniel Baumann daniel at debian.org
Thu Nov 13 05:06:48 UTC 2008


The following commit has been merged in the master branch:
commit 19b3cba7679678d27461a7edd04682ab4c5f390c
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Nov 13 06:06:34 2008 +0100

    Correcting wrong defaults setting for internal _L10N variable.

diff --git a/functions/l10n.sh b/functions/l10n.sh
index 029c7f7..0396f0b 100755
--- a/functions/l10n.sh
+++ b/functions/l10n.sh
@@ -9,7 +9,7 @@
 
 if [ -x "$(which gettext.sh 2>/dev/null)" ] && Find_files /usr/share/locale/*/LC_MESSAGES/${PACKAGE}.mo
 then
-	_L10N="enabled"
+	_L10N="true"
 
 	# gettext domain (.mo file name)
 	TEXTDOMAIN="${PACKAGE}"
@@ -22,5 +22,5 @@ then
 	# load gettext functions
 	. gettext.sh
 else
-	_L10N="disabled"
+	_L10N="false"
 fi

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list