From: Jakub Bogusz Date: Wed, 9 May 2018 20:16:43 +0000 (+0200) Subject: - cannot just delete line, automake complains about backslash before blank line X-Git-Tag: auto/th/libreport-2.9.5-2~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Flibreport.git;a=commitdiff_plain;h=b9e4f7f - cannot just delete line, automake complains about backslash before blank line --- diff --git a/libreport.spec b/libreport.spec index 1d7cf4d..d46380a 100644 --- a/libreport.spec +++ b/libreport.spec @@ -374,7 +374,7 @@ zgłaszania błędów w systemach RHEL. ./gen-version # fails on builders due to forkpty() -%{__sed} -i -e '/client\.at/d' tests/Makefile.am +%{__sed} -i -e 's/client\.at/\$(nil)/' tests/Makefile.am %build %{__gettextize}