source: release-kits/rk3/setup.sh@ 20813

Last change on this file since 20813 was 20335, checked in by oranfry, 15 years ago

a new os-non-specific greenstone3 release kit, to replace lirk3, wirk3 and mark3

File size: 220 bytes
Line 
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
7fi
8
Note: See TracBrowser for help on using the repository browser.