duff: fix syntax error causing ugly error message (no failures)
This commit is contained in:
parent
8dd9fd7b20
commit
773c0d2a81
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
# gettexttize rightly refuses to run non-interactively:
|
||||
cp ${gettext}/bin/gettextize .
|
||||
substituteInPlace gettextize \
|
||||
--replace "read dummy" "echo (Automatically acknowledged)"
|
||||
--replace "read dummy" "echo '(Automatically acknowledged)' #"
|
||||
./gettextize
|
||||
sed 's@po/Makefile.in\( .*\)po/Makefile.in@po/Makefile.in \1@' \
|
||||
-i configure.ac
|
||||
|
|
Loading…
Reference in New Issue