[vlc-commits] Fix appdata.xml rule without recent gettext

Jean-Baptiste Kempf git at videolan.org
Thu Sep 8 17:29:38 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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



More information about the vlc-commits mailing list