tag: Install license translations into $(pkgdatadir)/0.11
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 6 Feb 2012 10:44:29 +0000 (11:44 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 6 Feb 2012 10:45:16 +0000 (11:45 +0100)
This prevents file conflicts with GStreamer 0.10.

gst-libs/gst/tag/Makefile.am

index 579d4a6..797c0ff 100644 (file)
@@ -102,7 +102,7 @@ update-licenses: mklicensestables
 # translations come from an external source here, so we don't want the
 # strings retranslated, but also we don't want to create 30 1kB .mo files,
 # so just do something for now, we can change it later if someone really cares.
-licensetransdir = $(pkgdatadir)
+licensetransdir = $(pkgdatadir)/@GST_MAJORMINOR@
 licensetrans_DATA = $(srcdir)/license-translations.dict
 #endif