vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Sep  8 
17:28:06 2016 +0200| [594f3c8432c6cfcc95a96c4aa06357e710e92ea4] | committer: 
Jean-Baptiste Kempf

Fix appdata.xml rule without recent gettext

If you don't have 0.19.7, it will just copy it

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=594f3c8432c6cfcc95a96c4aa06357e710e92ea4
---

 share/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/Makefile.am b/share/Makefile.am
index 86d1d58..b93e474 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -22,7 +22,7 @@ vlc.desktop: vlc.desktop.in $(top_builddir)/config.status
        $(AM_V_at)mv -f tmp-$@ $@
 
 vlc.appdata.xml: vlc.appdata.xml.in
-       $(AM_V_GEN)$(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
+       $(AM_V_GEN)$(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@ || 
cp $< $@
 
 iconsdatadir = $(datadir)/icons/hicolor
 icons16dir = $(iconsdatadir)/16x16/apps

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to