fixed .bep file for openssh, seems it doesn't need automake, and that slash before make was tripping it up.

This commit is contained in:
Scott McCreary
2010-03-21 05:17:15 +00:00
parent f8266e68a6
commit 9546ff61a1

View File

@@ -17,12 +17,11 @@ BUILD {
libtoolize --force --copy --install libtoolize --force --copy --install
aclocal -I m4 aclocal -I m4
autoconf autoconf
automake
./configure --prefix=/boot/common \ ./configure --prefix=/boot/common \
--sbindir=/boot/common/bin \ --sbindir=/boot/common/bin \
--bindir=/boot/common/bin \ --bindir=/boot/common/bin \
--libexecdir=/boot/common/bin \ --libexecdir=/boot/common/bin \
--with-md5-passwords \ --with-md5-passwords
make make
} }