~marc.stewart/crebs/0.9

« back to all changes in this revision

Viewing changes to setup.sh

Tags: 0.9.8.4
Merge from trunk: 0.9.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
done
72
72
 
73
73
### Create localisation directories
74
 
for LOC in af ar ast bg cs cy da de dv el en_GB eo es fi fr he hu id it lt ms nb nl pl pt pt_BR ro ru sv tr uk zh_TW
 
74
for LOC in af ar ast bg cs cy da de dv el en_GB eo es fi fr he hu id io it lt ms nb nl pl pt pt_BR ro ru sv tr uk zh_TW
75
75
do
76
76
    if [[ ! -d $PREFIX/$LOC_DIR/$LOC ]]
77
77
    then
116
116
done
117
117
 
118
118
### Copy the localisation files
119
 
for LOC in af ar ast bg cs cy da de dv el en_GB eo es fi fr he hu id it lt ms nb nl pl pt pt_BR ro ru sv tr uk zh_TW
 
119
for LOC in af ar ast bg cs cy da de dv el en_GB eo es fi fr he hu id io it lt ms nb nl pl pt pt_BR ro ru sv tr uk zh_TW
120
120
do
121
121
    if [[ $VERBOSE -ge 2 ]]
122
122
    then