summaryrefslogtreecommitdiff
path: root/PLUGINS/src/skincurses/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-19 14:34:44 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-19 14:34:44 +0200
commit69db18ef8f5acf0006f36c3fc8cfcf6b75be0431 (patch)
tree4f412ce65786d5043fc0dbf7b08926cd70fa1eab /PLUGINS/src/skincurses/Makefile
parentaebcc9d15cc76d38804d346fabe7c7b664e95db8 (diff)
downloadvdr-69db18ef8f5acf0006f36c3fc8cfcf6b75be0431.tar.gz
vdr-69db18ef8f5acf0006f36c3fc8cfcf6b75be0431.tar.bz2
Explicitly looking for vdr.mo; text files for plugins named 'vdr-name.mo'; revoked 'best match'1.5.8
Diffstat (limited to 'PLUGINS/src/skincurses/Makefile')
-rw-r--r--PLUGINS/src/skincurses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/skincurses/Makefile b/PLUGINS/src/skincurses/Makefile
index 5f4a0e92..5199dd8b 100644
--- a/PLUGINS/src/skincurses/Makefile
+++ b/PLUGINS/src/skincurses/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile 1.10 2007/08/15 14:00:27 kls Exp $
+# $Id: Makefile 1.11 2007/08/19 14:19:07 kls Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -87,7 +87,7 @@ i18n: $(I18Nmo)
@mkdir -p $(LOCALEDIR)
for i in $(I18Ndirs); do\
mkdir -p $(LOCALEDIR)/$$i/LC_MESSAGES;\
- cp $(PODIR)/$$i.mo $(LOCALEDIR)/$$i/LC_MESSAGES/$(PLUGIN).mo;\
+ cp $(PODIR)/$$i.mo $(LOCALEDIR)/$$i/LC_MESSAGES/vdr-$(PLUGIN).mo;\
done
### Targets: