updated openssl-1.0.0.bep to allow proper building of zip file. thanks auggiedoggie

This commit is contained in:
Scott McCreary
2010-03-31 14:41:50 +00:00
parent 16a9dea16a
commit 43573197c4

View File

@@ -13,5 +13,10 @@ BUILD {
INSTALL {
cd openssl-1.0.0
make install
if [ -n "${DESTDIR}" ];then
make install INSTALL_PREFIX="${DESTDIR}"
else
make install
fi
}