summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-11-23 13:14:03 +0000
committerphintuka <phintuka>2010-11-23 13:14:03 +0000
commit5fb4b8a4c5984609cb248bf1b3108b1a905d82e8 (patch)
tree9cc617a8d91cef870b17270052251b49013d58d7
parentfa679188c00d402fd0fb336d6c6dd03f5f1ad74f (diff)
downloadxineliboutput-5fb4b8a4c5984609cb248bf1b3108b1a905d82e8.tar.gz
xineliboutput-5fb4b8a4c5984609cb248bf1b3108b1a905d82e8.tar.bz2
Added $(DESTDIR) to LOCALEDIR
(Thanks to Christian Ruppert)
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 14ca5d91..3b523147 100644
--- a/Makefile
+++ b/Makefile
@@ -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