main/libconfig: ensure default_prepare is run

This commit is contained in:
A. Wilcox 2018-02-10 21:55:30 -06:00 committed by William Pitcock
parent 675826c99d
commit 9e6609800b

View File

@ -14,6 +14,7 @@ builddir="$srcdir/$pkgname-$pkgver"
prepare() { prepare() {
cd "$builddir" cd "$builddir"
default_prepare
autoreconf -vif autoreconf -vif
} }