mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Fixed destdir issue with openssh .bep file, thanks to auggiedoggie.
This commit is contained in:
@@ -33,5 +33,9 @@ BUILD {
|
||||
|
||||
INSTALL {
|
||||
cd openssh-5.4p1
|
||||
if [ -n ${DESTDIR} ];then
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
else
|
||||
make install
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user