From a7ea0c85376bbfad6bfcf50cbb14b780f2ea9036 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20=27Wolvverine=27=20Panasiewicz?= Date: Fri, 23 Nov 2007 04:51:42 +0000 Subject: [PATCH] - LocaleData to locales Changed files: dvdrip-locale_path.patch -> 1.1 --- dvdrip-locale_path.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dvdrip-locale_path.patch 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; \ -- 2.43.0