updated bzip2 .bep file to also build the .so files

This commit is contained in:
Scott McCreary
2009-10-22 07:18:09 +00:00
parent 5e43df3ec7
commit 2394ad566c

View File

@@ -7,9 +7,12 @@ DEPEND=""
BUILD {
cd bzip2-1.0.5
make
make -f Makefile-libbz2_so
}
INSTALL {
cd bzip2-1.0.5
make install PREFIX=/boot/common
cp libbz2.so.1.0.4 /boot/common/lib
cp libbz2.so.1.0 /boot/common/lib
}