removed hard-coded paths from setuplocale.sh (second attempt)
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3352 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
328e42836d
commit
a95500444a
@ -8,10 +8,7 @@ echo "Checking languages: $NEW_LANG"
|
||||
|
||||
CUR_DIR=$(pwd)
|
||||
|
||||
FLEX_DIR=$(which copylocale)
|
||||
FLEX_DIR=${FLEX_DIR%/*}
|
||||
|
||||
cd "${FLEX_DIR}/../frameworks/locale"
|
||||
cd "${FLEX_HOME}/frameworks/locale"
|
||||
|
||||
for v in $NEW_LANG; do
|
||||
if [ ! -d ${v} ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user