From b9e4f7f91ebd6632ee57408db248fb8e76cbf10c Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 9 May 2018 22:16:43 +0200 Subject: [PATCH] - cannot just delete line, automake complains about backslash before blank line --- libreport.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.43.0