aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libieee1284/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libieee1284/APKBUILD')
-rw-r--r--testing/libieee1284/APKBUILD5
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"