jikes no longer gzip compressed

This commit is contained in:
benfry
2003-09-01 01:00:00 +00:00
parent 1be1b866f4
commit 67f10901c9
2 changed files with 4 additions and 2 deletions

View File

@@ -68,7 +68,8 @@ mkdir processing/lib/i386
cp ../../bagel/serial/librxtxSerial.so processing/lib/i386/libSerial.so
# get jikes and depedencies
gunzip < dist/jikes.gz > processing/jikes
#gunzip < dist/jikes.gz > processing/jikes
cp dist/jikes processing/
chmod +x processing/jikes
# zip it all up for release

View File

@@ -36,7 +36,8 @@ else
#chmod +x work/librxtxSerial.so
# get jikes and depedencies
gunzip < dist/jikes.gz > work/jikes
#gunzip < dist/jikes.gz > work/jikes
cp dist/jikes work/
chmod +x work/jikes
echo