wok rev 24755
gtklp: ignore ERROR from autogen.sh
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 17 07:54:00 2022 +0100 (2022-03-17) |
parents | aa66605526f6 |
children | 295fe85fbd0f |
files | gtklp/receipt |
line diff
1.1 --- a/gtklp/receipt Thu Mar 17 07:29:02 2022 +0100 1.2 +++ b/gtklp/receipt Thu Mar 17 07:54:00 2022 +0100 1.3 @@ -29,7 +29,7 @@ 1.4 sed -i '/dummy/d' /usr/bin/gettextize # dirty hack 1.5 chmod +x autogen.sh 1.6 1.7 - ./autogen.sh 1.8 + ./autogen.sh 2>&1 | grep -v AM_GNU_GETTEXT 1.9 # Disable /root/missing script 1.10 sed -i '/is-lightweight/{s/eval/! echo/}' configure 1.11