[packages/libreport] - cannot just delete line, automake complains about backslash before blank line

qboosh qboosh at pld-linux.org
Wed May 9 22:16:02 CEST 2018


commit b9e4f7f91ebd6632ee57408db248fb8e76cbf10c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed May 9 22:16:43 2018 +0200

    - 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}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libreport.git/commitdiff/b9e4f7f91ebd6632ee57408db248fb8e76cbf10c



More information about the pld-cvs-commit mailing list