Fixed destdir issue with openssh .bep file, thanks to auggiedoggie.

This commit is contained in:
Scott McCreary
2010-03-22 00:30:50 +00:00
parent 828dc5e9dd
commit 476a5ccbb5

View File

@@ -33,5 +33,9 @@ BUILD {
INSTALL {
cd openssh-5.4p1
if [ -n ${DESTDIR} ];then
make install DESTDIR="${DESTDIR}"
else
make install
fi
}