mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
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:
@@ -17,12 +17,11 @@ BUILD {
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
automake
|
||||
./configure --prefix=/boot/common \
|
||||
--sbindir=/boot/common/bin \
|
||||
--bindir=/boot/common/bin \
|
||||
--libexecdir=/boot/common/bin \
|
||||
--with-md5-passwords \
|
||||
--with-md5-passwords
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user