From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCHv2] intltool: Enable testsuite Date: Thu, 12 Jan 2017 10:19:39 +0100 Message-ID: <20170112091939.12453-1-stefan.schantl@ipfire.org> In-Reply-To: <1484212737.10307.0.camel@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4004176198633925279==" List-Id: --===============4004176198633925279== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit * Drop automatically set configure switch. Signed-off-by: Stefan Schantl --- intltool/intltool.nm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/intltool/intltool.nm b/intltool/intltool.nm index 1f0311c..bedcc53 100644 --- a/intltool/intltool.nm +++ b/intltool/intltool.nm @@ -5,7 +5,7 @@ name = intltool version = 0.51.0 -release = 1 +release = 2 arch = noarch groups = Localization/Tools @@ -28,8 +28,9 @@ build perl(XML::Parser) end - configure_options += \ - --mandir=/usr/share/man + test + make check + end end packages -- 2.9.3 --===============4004176198633925279==--