summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-12-15 14:43:36 +0000
committerphintuka <phintuka>2010-12-15 14:43:36 +0000
commitb6321014b4e845fb172e24c2dd65d7d4569cfb8a (patch)
treebad404555c4c7dbe4d94b254921a9d5f777aced8
parent3da072de732eec9e5a1197a0d090821b4f07bba3 (diff)
downloadxineliboutput-b6321014b4e845fb172e24c2dd65d7d4569cfb8a.tar.gz
xineliboutput-b6321014b4e845fb172e24c2dd65d7d4569cfb8a.tar.bz2
Leave default DESTDIR empty.
This fixes copying i18n files to right place when building inside VDR source tree.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ddab370d..9e0a3f73 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.104 2010-12-15 14:32:01 phintuka Exp $
+# $Id: Makefile,v 1.105 2010-12-15 14:43:36 phintuka Exp $
#
# The official name of this plugin.
@@ -65,7 +65,7 @@ VDRDIR ?= ../../..
LIBDIR ?= ../../lib
TMPDIR ?= /tmp
BINDIR ?= /usr/bin
-DESTDIR ?= /
+#DESTDIR ?= /
INSTALL ?= install