From e58e141849f4ebad094dffb5559d8bc2565e7f21 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 25 Nov 2015 08:36:04 +0100 Subject: [PATCH] fix the sed line from previous commit --- libreoffice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index 9cbf122..bc4c0c6 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1189,7 +1189,7 @@ sed -i -e /CppunitTest_vcl_bitmap_test/d vcl/Module_vcl.mk git commit -q -a -m 'temporarily disable failing tests' %ifarch %{arm} -sed -i -e /CppunitTest_sw_ooxmlexport/d -e /CppunitTest_sw_ooxmlexport2/d lotuswordpro/Module_sw.mk +sed -i -e /CppunitTest_sw_ooxmlexport/d -e /CppunitTest_sw_ooxmlexport2/d sw/Module_sw.mk git commit -q -a -m 'disable tests segfaulting on arm' %endif