From e792969118bf31c28380165ee248737f3a6f79c2 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 29 May 2016 21:08:23 +0200 Subject: [PATCH] atom: unbreak build --- srcpkgs/atom/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/atom/template b/srcpkgs/atom/template index d46dcfc2806..51e7d3f9c69 100644 --- a/srcpkgs/atom/template +++ b/srcpkgs/atom/template @@ -13,11 +13,11 @@ homepage="https://atom.io" distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz" checksum=6ef3bb4c2fea85a7d1c7665fef8aac4e353c8f8da5e2878fea3aecf5437383d4 -broken=https://build.voidlinux.eu/builders/i686_builder/builds/23368/steps/shell_3/logs/stdio - only_for_archs="i686 x86_64" do_build() { + sed -i -e "/exception-reporting/d" \ + -e "/metrics/d" package.json script/build } do_install() {