comparison scripts/build-luan.sh @ 774:3e30cf310e56

change download to use bitbucket
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 26 Aug 2016 03:15:41 -0600
parents 4ce68aad92b7
children 1a68fc55a80c
comparison
equal deleted inserted replaced
773:47add8eeb513 774:3e30cf310e56
11 mkdir $LUAN_BUILD 11 mkdir $LUAN_BUILD
12 mkdir $LUAN_BUILD/luan 12 mkdir $LUAN_BUILD/luan
13 mkdir $LUAN_BUILD/luan/jars 13 mkdir $LUAN_BUILD/luan/jars
14 14
15 cd $LUAN_HOME 15 cd $LUAN_HOME
16 echo "return 'Luan $VERSION'" >core/src/luan/version.luan 16 echo "return '$VERSION'" >core/src/luan/version.luan
17 find . -name *.class -delete 17 find . -name *.class -delete
18 18
19 cd $LUAN_HOME 19 cd $LUAN_HOME
20 SRC=core/src 20 SRC=core/src
21 CLASSPATH=$LUAN_HOME/$SRC 21 CLASSPATH=$LUAN_HOME/$SRC