diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/augeas/APKBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/main/augeas/APKBUILD b/main/augeas/APKBUILD index 5d8984c464..22941ce6b2 100644 --- a/main/augeas/APKBUILD +++ b/main/augeas/APKBUILD @@ -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 \ |