From 73d77e7117bf8d73bf34f7e96bff70b1a05a1354 Mon Sep 17 00:00:00 2001 From: vapier Date: Thu, 15 Sep 2011 17:46:23 +0000 Subject: make sure we pass along --no-archive when people request no-locale-archive in the config file --- locale-gen | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/locale-gen b/locale-gen index 97f9c36..5bad2c4 100755 --- a/locale-gen +++ b/locale-gen @@ -45,7 +45,7 @@ show_usage() { } show_version() { local b="(" a=")" - local cvsver="$Revision: 1.29 $b $Date: 2011/09/15 17:31:00 $a" + local cvsver="$Revision: 1.30 $b $Date: 2011/09/15 17:46:23 $a" echo "locale-gen-${cvsver//: }" exit 0 } @@ -142,6 +142,8 @@ if ${LOCALE_ARCHIVE} ; then ewarn "Generating locale-archive: forcing # of jobs to 1" JOBS_MAX=1 fi +else + LOCALEDEF_OPTS="--no-archive ${LOCALEDEF_OPTS}" fi [[ -n ${ALL} ]] && CONFIG=${SUPPORTED} -- cgit v1.2.3-65-gdbad