|
|
|
@ -97,7 +97,7 @@ make install DESTDIR=$PKG
|
|
|
|
|
|
|
|
|
|
# Remove docs and files unrelated to the Java bindings |
|
|
|
|
rm -rf $PKG/usr/{bin,docs,include} |
|
|
|
|
rm -rf $PKG/usr/lib/libdb-* |
|
|
|
|
rm -rf $PKG/usr/lib/libdb-* $PKG/usr/lib/libdb.* |
|
|
|
|
|
|
|
|
|
# Strip binaries |
|
|
|
|
find $PKG | xargs file | grep "ELF 32-bit LSB" | cut -d : -f 1 | \ |
|
|
|
|