mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
ignore already applied patch
Original commit message from CVS: ignore already applied patch
This commit is contained in:
parent
73d7c02993
commit
e51a02bd1d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ if test -x mkinstalldirs; then rm mkinstalldirs; fi
|
||||||
# first remove patch if necessary, then run autopoint, then reapply
|
# first remove patch if necessary, then run autopoint, then reapply
|
||||||
if test -f po/Makefile.in.in;
|
if test -f po/Makefile.in.in;
|
||||||
then
|
then
|
||||||
patch -p0 -R < common/gettext.patch
|
patch -p0 -R --forward < common/gettext.patch
|
||||||
fi
|
fi
|
||||||
tool_run "$autopoint --force"
|
tool_run "$autopoint --force"
|
||||||
patch -p0 < common/gettext.patch
|
patch -p0 < common/gettext.patch
|
||||||
|
|
Loading…
Reference in a new issue