mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
tweaks to linux distribution
This commit is contained in:
+3
-2
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user