added support for local build (saving as jbigi)

This commit is contained in:
jrandom
2004-08-21 09:04:24 +00:00
committed by zzz
parent 56f13c53ce
commit 9ea6eed22f
2 changed files with 7 additions and 6 deletions

View File

@@ -4,10 +4,11 @@
(cd jbigi ; sh build.sh ; cd ..)
mkdir -p t/freenet/support/CPUInformation/
cp jcpuid/lib/freenet/support/CPUInformation/*jcpuid-* t/freenet/support/CPUInformation/
cp jcpuid/lib/freenet/support/CPUInformation/*jcpuid* t/freenet/support/CPUInformation/
mkdir -p t/net/i2p/util/
cp jbigi/lib/net/i2p/util/*jbigi-* t/net/i2p/util/
cp jbigi/lib/net/i2p/util/*jbigi* t/net/i2p/util/
cp jbigi/lib/*jbigi* t/
(cd t ; jar cf ../jbigi.jar . ; cd ..)