Index: dist.sh =================================================================== --- dist.sh (revision 5415) +++ dist.sh (working copy) @@ -5,6 +5,7 @@ if [ $ARCH == "Darwin" ] then BUILD=../macosx + RESOURCES=$BUILD/work/Processing.app/Contents/Resources/Java REVISION=`head -1 ../../todo.txt | cut -c 1-4` elif [ $ARCH == "Cygwin" ] then @@ -40,8 +41,8 @@ cp -r ../../video processing/libraries/ # grab pde.jar and export from the working dir -cp $BUILD/work/lib/pde.jar processing/lib/ -cp $BUILD/work/lib/core.jar processing/lib/ +cp $RESOURCES/pde.jar processing/lib/ +cp $RESOURCES/core.jar processing/lib/ # get platform-specific goodies from the dist dir install -m 755 dist/processing processing/processing