forked from I2P_Developers/i2p.i2p
Sponge fixes and additions patch:
* 3 New jbigi build scripts and old ones fixed to work properly. * Some trivial BOB work.
This commit is contained in:
28
core/c/mbuild.sh
Executable file
28
core/c/mbuild.sh
Executable file
@@ -0,0 +1,28 @@
|
||||
#/bin/bash
|
||||
|
||||
JBIGI=../../../installer/lib/jbigi/jbigi.jar
|
||||
|
||||
if [ -f jbigi.jarx ] ; then
|
||||
JBIGI=../jbigi.jar
|
||||
fi
|
||||
|
||||
(cd jcpuid ; sh build.sh ; cd ..)
|
||||
(cd jbigi ; sh mbuild-all.sh ; cd ..)
|
||||
|
||||
mkdir t
|
||||
|
||||
(
|
||||
cd t
|
||||
jar xf ../../../installer/lib/jbigi/jbigi.jar
|
||||
)
|
||||
|
||||
cp jbigi/lib/net/i2p/util/* t/
|
||||
cp jcpuid/lib/freenet/support/CPUInformation/* t/
|
||||
|
||||
(
|
||||
cd t
|
||||
jar cf ../jbigi.jar .
|
||||
)
|
||||
|
||||
rm -R t
|
||||
echo "jbigi.jar Refreshed."
|
Reference in New Issue
Block a user