From 6ff8c294f2c6c4078fa4b3b26c1c5bcc5791c26e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 3 Jul 2014 13:22:15 +0200 Subject: [PATCH] gxemul: do not run the tests, aborts x86 installation just by 1 test (assume it's ok). --- srcpkgs/gxemul/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/gxemul/template b/srcpkgs/gxemul/template index 78912f2b7e7..4e11318d8cf 100644 --- a/srcpkgs/gxemul/template +++ b/srcpkgs/gxemul/template @@ -12,7 +12,10 @@ checksum=d3f85c7964b44b085e088862d88b1f31d907fb99c5321900c0b3a723c82581e8 do_configure() { PREFIX=/usr ./configure + # Fix man path. sed -i 's,$(PREFIX)/man,$(PREFIX)/share/man,g' Makefile + # Skip tests + sed -i '/^install:/s/test//' Makefile } do_build() { make CXX=$CXX CC=$CC ${makejobs}