diff options
Diffstat (limited to 'testing/libieee1284/APKBUILD')
-rw-r--r-- | testing/libieee1284/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/libieee1284/APKBUILD b/testing/libieee1284/APKBUILD index f68e88554e..ffbcef089c 100644 --- a/testing/libieee1284/APKBUILD +++ b/testing/libieee1284/APKBUILD @@ -15,6 +15,11 @@ source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t builddir="$srcdir/$pkgname-$pkgver" options="!check" +prepare() { + default_prepare + update_config_guess +} + build() { cd "$builddir" |