mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-11 03:57:03 +00:00
683ce3254f
(also adding missing shebang lines)
15 lines
341 B
Bash
Executable File
15 lines
341 B
Bash
Executable File
#!/bin/sh
|
|
|
|
(cd jcpuid ; sh build.sh ; cd ..)
|
|
(cd jbigi ; sh build.sh ; cd ..)
|
|
|
|
mkdir -p t/freenet/support/CPUInformation/
|
|
cp jcpuid/lib/freenet/support/CPUInformation/*jcpuid* t/freenet/support/CPUInformation/
|
|
|
|
mkdir -p t/net/i2p/util/
|
|
cp jbigi/lib/*jbigi* t/
|
|
|
|
(cd t ; jar cf ../jbigi.jar . ; cd ..)
|
|
|
|
echo "Native code built into jbigi.jar"
|