From 4f7d7c71e7277bf95902f26c080c11f73c4f5943 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 27 Feb 2016 06:25:49 +0100 Subject: [PATCH] discount: nocross --- srcpkgs/discount/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/discount/template b/srcpkgs/discount/template index f8c13d6b9a4..4d14495888c 100644 --- a/srcpkgs/discount/template +++ b/srcpkgs/discount/template @@ -12,6 +12,8 @@ homepage="http://www.pell.portland.or.us/~orc/Code/discount" distfiles="${homepage}/${pkgname}-${version}.tar.bz2" checksum=b25395c29c2c08836199eb2eae87b56e6b545e77f5fbf921678aa1dc0ddab9f3 +nocross="http://build.voidlinux.eu/builders/armv7l_builder/builds/22221/steps/shell_3/logs/stdio" + do_install() { make DESTDIR=${DESTDIR} install install.man }