From 220807b1e4125412a91d74731d7d84b1b8c01d2c Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 18 Jul 2006 04:13:54 +0000 Subject: [PATCH] finishing up linux script for new src dirs --- build/linux/make.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/linux/make.sh b/build/linux/make.sh index ad68affc2..35e9457b1 100755 --- a/build/linux/make.sh +++ b/build/linux/make.sh @@ -171,7 +171,7 @@ $JIKES -target 1.1 +D \ -classpath "library/itext.jar:$CLASSPATH" \ -d bin src/processing/pdf/*.java rm -f library/pdf.jar -cd bin && zip -r0q library/pdf.jar processing/pdf/*.class && cd .. +cd bin && zip -r0q ../library/pdf.jar processing/pdf/*.class && cd .. mkdir -p $LIBRARIES/pdf/library/ cp library/pdf.jar $LIBRARIES/pdf/library/ @@ -182,10 +182,10 @@ cd ../dxf mkdir -p bin $JIKES -target 1.1 +D -d bin src/processing/dxf/*.java rm -f library/dxf.jar -cd bin && zip -r0q library/dxf.jar processing/dxf/*.class && cd .. +cd bin && zip -r0q ../library/dxf.jar processing/dxf/*.class && cd .. mkdir -p $LIBRARIES/dxf/library/ cp library/dxf.jar $LIBRARIES/dxf/library/ echo -echo Done. \ No newline at end of file +echo Done.