diff --git a/community/hplip/APKBUILD b/community/hplip/APKBUILD index 3f5a0b72ebf..3b28a921dd0 100644 --- a/community/hplip/APKBUILD +++ b/community/hplip/APKBUILD @@ -19,6 +19,12 @@ source="https://downloads.sourceforge.net/hplip/hplip-$pkgver.tar.gz types-musl.patch " +prepare(){ + default_prepare + update_config_sub + update_config_guess +} + build() { ./configure --prefix=/usr \ --with-docdir=/usr/share/doc/$pkgname \