diff options
author | phintuka <phintuka> | 2010-11-23 13:14:03 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-11-23 13:14:03 +0000 |
commit | 5fb4b8a4c5984609cb248bf1b3108b1a905d82e8 (patch) | |
tree | 9cc617a8d91cef870b17270052251b49013d58d7 | |
parent | fa679188c00d402fd0fb336d6c6dd03f5f1ad74f (diff) | |
download | xineliboutput-5fb4b8a4c5984609cb248bf1b3108b1a905d82e8.tar.gz xineliboutput-5fb4b8a4c5984609cb248bf1b3108b1a905d82e8.tar.bz2 |
Added $(DESTDIR) to LOCALEDIR
(Thanks to Christian Ruppert)
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# $Id: Makefile,v 1.94 2010-10-19 11:53:31 phintuka Exp $ +# $Id: Makefile,v 1.95 2010-11-23 13:14:03 phintuka Exp $ # # The official name of this plugin. @@ -275,7 +275,7 @@ $(sort $(OBJS_SXFE) $(OBJS_FBFE) $(OBJS_XINE)): ### Internationalization (I18N): PODIR = po -LOCALEDIR ?= $(VDRDIR)/locale +LOCALEDIR ?= $(DESTDIR)$(VDRDIR)/locale I18Npo = $(wildcard $(PODIR)/*.po) I18Nmsgs = $(addprefix $(LOCALEDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file)))))) I18Npot = $(PODIR)/$(PLUGIN).pot |