mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +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
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user