tweaks to linux distribution

This commit is contained in:
benfry
2002-07-31 01:17:03 +00:00
parent 0fe55629a8
commit d2844b0952
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -8,7 +8,8 @@ echo Creating linux distribution for revision $REVISION...
# remove any old boogers
rm -rf processing
rm -f processing-*.tgz
rm -rf processing-*
#rm -f processing-*.tgz
# use 'shared' files as starting point
cp -r ../shared processing
@@ -58,4 +59,4 @@ tar cfz $P5.tgz $P5
# nah, keep the new directory around
#rm -rf $P5
echo Done.
echo Done.
+2 -1
View File
@@ -42,7 +42,8 @@ else
fi
cd bagel
CLASSPATH=../app/build/linux/work/java/lib/rt.jar:../app/build/linux/work/java/lib/ext/comm.jar
CLASSPATH=/opt/java/lib/rt.jar:/opt/java/lib/ext/comm.jar
#CLASSPATH=../app/build/linux/work/java/lib/rt.jar:../app/build/linux/work/java/lib/ext/comm.jar
### --- make version with serial for the application
echo Building bagel with serial support