mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
jikes no longer gzip compressed
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user