# HG changeset patch # User Hans-G?nter Theisgen # Date 1647500040 -3600 # Node ID 1af9873b4c1783c499fc802daa37b41e0bec1934 # Parent aa66605526f6d8b1d09bf3b352c1d61179161bcc gtklp: ignore ERROR from autogen.sh diff -r aa66605526f6 -r 1af9873b4c17 gtklp/receipt --- a/gtklp/receipt Thu Mar 17 07:29:02 2022 +0100 +++ b/gtklp/receipt Thu Mar 17 07:54:00 2022 +0100 @@ -29,7 +29,7 @@ sed -i '/dummy/d' /usr/bin/gettextize # dirty hack chmod +x autogen.sh - ./autogen.sh + ./autogen.sh 2>&1 | grep -v AM_GNU_GETTEXT # Disable /root/missing script sed -i '/is-lightweight/{s/eval/! echo/}' configure