Merge pull request #5536 from nckx/duff

duff: fix syntax error causing ugly error message (no failures)
This commit is contained in:
lethalman 2015-01-02 23:13:22 +01:00
commit 45e5b4903c

View file

@ -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