From: Scott Barninger Date: Sat, 19 Aug 2006 15:42:03 +0000 (+0000) Subject: Add LANG override. X-Git-Tag: Release-2.0.0~602 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8e0d0087094501c3deb0b56551381ff02e663f64;p=bacula%2Fbacula Add LANG override. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3306 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/platforms/contrib-rpm/build_rpm.sh b/bacula/platforms/contrib-rpm/build_rpm.sh index 2f70e4413a..80795a6a43 100755 --- a/bacula/platforms/contrib-rpm/build_rpm.sh +++ b/bacula/platforms/contrib-rpm/build_rpm.sh @@ -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