Changeset 94

User picture

Author: Keksmeister

(2010/10/07 16:49) Over 1 year ago

... and do it right this time ;-)

Affected files

Updated branches/keksmeister_bugfix/build.sh Download diff

9394
8
cp -rf ke/* $BUILD_DIR
8
cp -rf ke/* $BUILD_DIR
9
cp -rf utf/* $BUILD_DIR
9
cp -rf utf/* $BUILD_DIR
10
10
11
python apply_ke_translation.py kepago_translations.txt build
11
python apply_ke_translation.py kepago_translations.txt $BUILD_DIR
12
12
13
cd $BUILD_DIR
13
cd $BUILD_DIR
14
14

Updated branches/keksmeister_bugfix/buildFV.sh Download diff

9394
8
cp -rf ke_FV/* $BUILD_DIR
8
cp -rf ke_FV/* $BUILD_DIR
9
cp -rf utf/* $BUILD_DIR
9
cp -rf utf/* $BUILD_DIR
10
10
11
python apply_ke_translation.py kepago_translations.txt build
11
python apply_ke_translation.py kepago_translations.txt $BUILD_DIR
12
12
13
cd $BUILD_DIR
13
cd $BUILD_DIR
14
14