]> git.pld-linux.org Git - packages/dvdrip.git/blame - dvdrip-locale_path.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/dvdrip.git] / dvdrip-locale_path.patch
CommitLineData
a7ea0c85
MWP
1diff -ur dvdrip-0.98.8.orig/l10n/Makefile dvdrip-0.98.8/l10n/Makefile
2--- dvdrip-0.98.8.orig/l10n/Makefile 2007-11-19 02:31:58.000000000 +0000
3+++ dvdrip-0.98.8/l10n/Makefile 2007-11-19 02:34:06.000000000 +0000
4@@ -54,7 +54,7 @@
5
6 install: $(MO_FILES)
7 cd $(srcdir); \
8- targetdir='$(libdir)/LocaleData'; \
9+ targetdir='$(datadir}/locale'; \
10 languages='$(LINGUAS)'; \
11 for lang in $$languages; do \
12 mkdir -p "$$targetdir/$$lang/LC_MESSAGES" || exit 1; \
This page took 0.161044 seconds and 4 git commands to generate.