From dde5d8a6fbe92dad55a8d55401222e8f16db09ef Mon Sep 17 00:00:00 2001 From: zhongluping <278527840@qq.com> Date: Mon, 23 Oct 2023 12:41:33 +0800 Subject: [PATCH] test gettext Signed-off-by: zhongluping <278527840@qq.com> --- thirdparty/gettext/HPKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/thirdparty/gettext/HPKBUILD b/thirdparty/gettext/HPKBUILD index 18dba22e..87040149 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 +} -- Gitee