diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-04-10 20:23:17 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-04-10 20:23:17 +0000 |
commit | f889685c027e68db2272b5d887fde70c9d67a601 (patch) | |
tree | 1b6f9040898c18d653b75756bf34a5ce13c5c16d | |
parent | 58f86cded2c52b1524fd4412d15f78ba9a583eb4 (diff) | |
download | gst-plugins-bad-f889685c027e68db2272b5d887fde70c9d67a601.tar.gz gst-plugins-bad-f889685c027e68db2272b5d887fde70c9d67a601.tar.bz2 gst-plugins-bad-f889685c027e68db2272b5d887fde70c9d67a601.zip |
ignore already applied patch
Original commit message from CVS:
ignore already applied patch
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,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 |