]> git.pld-linux.org Git - packages/libreport.git/commitdiff
- cannot just delete line, automake complains about backslash before blank line
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 9 May 2018 20:16:43 +0000 (22:16 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 9 May 2018 20:16:43 +0000 (22:16 +0200)
libreport.spec

index 1d7cf4d6ff51c79ba0dc0faab1a699e545732fe1..d46380ae1d524039a77276bd73edcd4cb401fd38 100644 (file)
@@ -374,7 +374,7 @@ zgłaszania błędów w systemach RHEL.
 ./gen-version
 
 # fails on builders due to forkpty()
 ./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}
 
 %build
 %{__gettextize}
This page took 0.124558 seconds and 4 git commands to generate.