mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
updated openssl-1.0.0.bep to allow proper building of zip file. thanks auggiedoggie
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user