Last change
on this file since 1850e89 was
0c98d18,
checked in by sponge <sponge@…>, 12 years ago
|
Sponge fixes and additions patch:
- 3 New jbigi build scripts and old ones fixed to work properly.
- Some trivial BOB work.
|
-
Property mode set to
100755
|
File size:
401 bytes
|
Line | |
---|
1 | #/bin/bash |
---|
2 | |
---|
3 | JBIGI=../../../installer/lib/jbigi/jbigi.jar |
---|
4 | |
---|
5 | if [ -f jbigi.jarx ] ; then |
---|
6 | JBIGI=../jbigi.jar |
---|
7 | fi |
---|
8 | |
---|
9 | (cd jcpuid ; sh build.sh ; cd ..) |
---|
10 | (cd jbigi ; sh mbuild-all.sh ; cd ..) |
---|
11 | |
---|
12 | mkdir t |
---|
13 | |
---|
14 | ( |
---|
15 | cd t |
---|
16 | jar xf ../../../installer/lib/jbigi/jbigi.jar |
---|
17 | ) |
---|
18 | |
---|
19 | cp jbigi/lib/net/i2p/util/* t/ |
---|
20 | cp jcpuid/lib/freenet/support/CPUInformation/* t/ |
---|
21 | |
---|
22 | ( |
---|
23 | cd t |
---|
24 | jar cf ../jbigi.jar . |
---|
25 | ) |
---|
26 | |
---|
27 | rm -R t |
---|
28 | echo "jbigi.jar Refreshed." |
---|
Note: See
TracBrowser
for help on using the repository browser.