diff --git a/thirdparty/gettext/HPKBUILD b/thirdparty/gettext/HPKBUILD index 18dba22eab6f834893be0b3bb3b909fe8279430c..87040149520df6eb858def596e3d2c62f23567bb 100755 --- a/thirdparty/gettext/HPKBUILD +++ b/thirdparty/gettext/HPKBUILD @@ -25,6 +25,8 @@ makedepends=() source="https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz" buildtools="configure" + + autounpack=true downloadpackage=true @@ -80,4 +82,4 @@ check() { # 清理环境 cleanbuild(){ rm -rf ${PWD}/$builddir #${PWD}/$packagename -} \ No newline at end of file +}