From: MichaƂ 'Wolvverine' Panasiewicz Date: Fri, 23 Nov 2007 04:51:42 +0000 (+0000) Subject: - LocaleData to locales X-Git-Tag: auto/th/dvdrip-0_98_8-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdvdrip.git;a=commitdiff_plain;h=a7ea0c85376bbfad6bfcf50cbb14b780f2ea9036 - LocaleData to locales Changed files: dvdrip-locale_path.patch -> 1.1 --- diff --git a/dvdrip-locale_path.patch b/dvdrip-locale_path.patch new file mode 100644 index 0000000..e298508 --- /dev/null +++ b/dvdrip-locale_path.patch @@ -0,0 +1,12 @@ +diff -ur dvdrip-0.98.8.orig/l10n/Makefile dvdrip-0.98.8/l10n/Makefile +--- dvdrip-0.98.8.orig/l10n/Makefile 2007-11-19 02:31:58.000000000 +0000 ++++ dvdrip-0.98.8/l10n/Makefile 2007-11-19 02:34:06.000000000 +0000 +@@ -54,7 +54,7 @@ + + install: $(MO_FILES) + cd $(srcdir); \ +- targetdir='$(libdir)/LocaleData'; \ ++ targetdir='$(datadir}/locale'; \ + languages='$(LINGUAS)'; \ + for lang in $$languages; do \ + mkdir -p "$$targetdir/$$lang/LC_MESSAGES" || exit 1; \