mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Add sshd key generator to the install rules for openssh
This commit is contained in:
@@ -37,8 +37,10 @@ BUILD {
|
||||
INSTALL {
|
||||
cd openssh-5.4p1
|
||||
if [ -n ${DESTDIR} ];then
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
else
|
||||
make install
|
||||
make install
|
||||
fi
|
||||
mkdir -p ${DESTDIR}/boot/common/boot/post_install
|
||||
cp -f $(haikuporter -t)/net-misc/openssh/sshd_keymaker.sh ${DESTDIR}/boot/common/boot/post_install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user