]> git.sur5r.net Git - bacula/bacula/commitdiff
Add LANG override.
authorScott Barninger <scott@barninger.com>
Sat, 19 Aug 2006 15:42:03 +0000 (15:42 +0000)
committerScott Barninger <scott@barninger.com>
Sat, 19 Aug 2006 15:42:03 +0000 (15:42 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3306 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/platforms/contrib-rpm/build_rpm.sh

index 2f70e4413a9326c4abd210ebf6148d731fe4b3df..80795a6a433ca75cdb0c92373822a84223513628 100755 (executable)
@@ -2,7 +2,7 @@
 
 # shell script to build bacula rpm release
 # copy this script into a working directory with the src rpm to build and execute
-# 06 Aug 2006 D. Scott Barninger
+# 19 Aug 2006 D. Scott Barninger
 
 # Copyright (C) 2006 Kern Sibbald
 # licensed under GPL-v2
@@ -68,6 +68,11 @@ SIGN=1
 # for all contrib packagers
 SAVEUPDATEDB=0
 
+# to override your language shell variable uncomment and edit this
+# export LANG=en_US.UTF-8
+
+# Make no changes below this point without consensus
+
 ############################################################################################
 
 SRPM=${SRPMDIR}bacula-$VERSION-$RELEASE.src.rpm
@@ -154,6 +159,7 @@ ls
 # 16 Jul 2006 initial release
 # 05 Aug 2006 add python support
 # 06 Aug 2006 add remote source directory, add switch for signing, refine file names
+# 19 Aug 2006 add $LANG override to config section per request Felix Schwartz