mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/augeas: move autoreconf to prepare()
This commit is contained in:
parent
bb95d94aaa
commit
77fc1aea6b
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user