more tweaks for building

This commit is contained in:
benfry
2003-08-04 04:50:56 +00:00
parent 9bcb3f7f2b
commit 574d77e831
4 changed files with 42 additions and 39 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ cp -r work/lib/export processing/lib/
rm -rf processing/lib/export/CVS
# get jikes and depedencies
gunzip < jikes.exe.gz > processing/jikes.exe
gunzip < dist/jikes.gz > processing/jikes.exe
chmod +x processing/jikes.exe
# get platform-specific goodies from the dist dir
+1 -1
View File
@@ -61,7 +61,7 @@ else
chmod +x work/win32com.dll
# get jikes and depedencies
gunzip < jikes.exe.gz > work/jikes.exe
gunzip < dist/jikes.gz > work/jikes.exe
chmod +x work/jikes.exe
fi