# HG changeset patch # User Pascal Bellard # Date 1379865989 -7200 # Node ID 246964d7c46584e39b1d1383c595b0b8ae7d0873 # Parent a065fc6a87fe62015b11d007dd59ed21db1a9a52 goffice: remove wrong error trigger diff -r a065fc6a87fe -r 246964d7c465 goffice/receipt --- a/goffice/receipt Sun Sep 22 16:24:55 2013 +0200 +++ b/goffice/receipt Sun Sep 22 18:06:29 2013 +0200 @@ -24,7 +24,7 @@ ./configure \ --with-html-dir=/usr/share/doc \ --disable-static \ - $CONFIGURE_ARGS && + $CONFIGURE_ARGS 2>&1 | grep -v G_REGEX_ERROR_STRAY && make && make install }