From 003727289cc45e29eff0c0c48ad0f9660f96644f Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 15:02:47 +0000 Subject: separated patch, build, check and package stages --- repo/system/gettext.xibuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repo/system/gettext.xibuild') diff --git a/repo/system/gettext.xibuild b/repo/system/gettext.xibuild index 4a1118e..e6ede22 100644 --- a/repo/system/gettext.xibuild +++ b/repo/system/gettext.xibuild @@ -9,6 +9,9 @@ DESC="GNU internationalization library" build () { ./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/gettext-$PKG_VER make +} + +check () { make check } -- cgit v1.2.1