main/augeas: move autoreconf to prepare()

This commit is contained in:
Jakub Jirutka 2018-05-07 20:27:02 +02:00
parent bb95d94aaa
commit 77fc1aea6b

View File

@ -16,11 +16,14 @@ source="http://download.augeas.net/augeas-$pkgver.tar.gz
builddir="$srcdir/$pkgname-$pkgver"
options="!checkroot"
prepare() {
default_prepare
autoreconf -f -i
}
build() {
cd "$builddir"
autoreconf -f -i
./configure \
--build=$CBUILD \
--host=$CHOST \