From b71b548be77321712e39c301475faeb92d10943e Mon Sep 17 00:00:00 2001 From: Alexpux Date: Mon, 2 Mar 2015 13:53:02 +0300 Subject: [PATCH] poco: Remove check function. --- mingw-w64-poco/PKGBUILD | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mingw-w64-poco/PKGBUILD b/mingw-w64-poco/PKGBUILD index 8adbe7c468..17d9a23b39 100644 --- a/mingw-w64-poco/PKGBUILD +++ b/mingw-w64-poco/PKGBUILD @@ -92,11 +92,6 @@ build() { make } -check() { - cd "${srcdir}/build-${MINGW_CHOST}" - make check -} - package() { cd "${srcdir}/build-${MINGW_CHOST}" make install