ignore already applied patch

Original commit message from CVS:
ignore already applied patch
This commit is contained in:
Thomas Vander Stichele 2005-04-10 18:18:44 +00:00
parent 409eda442d
commit 3003cbf026

View file

@ -65,7 +65,7 @@ if test -x mkinstalldirs; then rm mkinstalldirs; fi
# first remove patch if necessary, then run autopoint, then reapply
if test -f po/Makefile.in.in;
then
patch -p0 -R < common/gettext.patch
patch -p0 -R --forward < common/gettext.patch
fi
tool_run "$autopoint" "--force" "patch -p0 < common/gettext.patch"
patch -p0 < common/gettext.patch