diff options
Diffstat (limited to 'testing/hplip/APKBUILD')
-rw-r--r-- | testing/hplip/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/hplip/APKBUILD b/testing/hplip/APKBUILD index 3c20e2bc0e..9826e9a630 100644 --- a/testing/hplip/APKBUILD +++ b/testing/hplip/APKBUILD @@ -16,6 +16,11 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz fix-includes.patch" builddir="$srcdir"/$pkgname-$pkgver +prepare() { + default_prepare + update_config_guess +} + build() { cd "$builddir" ./configure --prefix=/usr \ |