From 088380d350306fd49c2abef96a1b5193455862fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 25 Mar 2020 00:46:59 +0100 Subject: [PATCH] Revert "cjs: fix cross build" This reverts commit 570928df0e774c6a696eb4b0f9c24c93adffbb5b. Fix it on the side of gobject-introspection. --- srcpkgs/cjs/template | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/srcpkgs/cjs/template b/srcpkgs/cjs/template index 9a2ba2a73c6..9f23b060db1 100644 --- a/srcpkgs/cjs/template +++ b/srcpkgs/cjs/template @@ -19,17 +19,8 @@ checksum=7dab9615c41d9cb3b2409b2aa6cb9813ef5762f8c62526f54b4b3734079961f6 pre_configure() { cp ${FILESDIR}/ax_code_coverage.m4 m4/ - if [ ! -d "${XBPS_CROSS_BASE}/usr/share/gobject-introspection-1.0/tests" ]; then - # /usr/share/gobject-introspection-1.0/tests missing in cross builds - cp -aR /usr/share/gobject-introspection-1.0/tests \ - ${XBPS_CROSS_BASE}/usr/share/gobject-introspection-1.0 - fi - NOCONFIGURE=1 ./autogen.sh -} -post_install() { - # In case it was copied make sure it's removed - rm -rf ${XBPS_CROSS_BASE}/usr/share/gobject-introspection-1.0/tests + NOCONFIGURE=1 ./autogen.sh } cjs-devel_package() {