mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
I'm too lazy to comment this
Original commit message from CVS: *** empty log message ***
This commit is contained in:
parent
b41bb7d971
commit
12e3d31075
1 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,10 @@ fi
|
|||
|
||||
toplevel_check $srcfile
|
||||
|
||||
# autopoint: first remove patch if necessary, then run autopoint, then reapply
|
||||
# autopoint
|
||||
# older autopoint (< 0.12) has a tendency to complain about mkinstalldirs
|
||||
if test -e 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
|
||||
|
|
Loading…
Reference in a new issue