source: main/tags/3.04flax1.0/release-kits/rk3/setup.sh@ 21375

Last change on this file since 21375 was 21375, checked in by xiao, 14 years ago

temp fix for a bug of release-kits on linux by adding LANG package value

File size: 245 bytes
RevLine 
[20335]1if [ "$RK3_HOME" != "" ]; then
2 echo "rk3 envorinment already set up"
3else
4 home_possibly_relative=`dirname ${BASH_SOURCE:-$0}`
5 export RK3_HOME="`cd $home_possibly_relative && pwd`"
6 export PATH=$RK3_HOME/bin:$PATH
[21375]7 export LANG=en_NZ.utf-8
[20335]8fi
9
Note: See TracBrowser for help on using the repository browser.