summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-12-04 14:43:13 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-12-04 14:43:13 +0100
commit7584780dbf4e7bc8446be29e17d8850f6ca82d02 (patch)
treee8e1e99957d3a3b092f203edee5beee8c783119c /Makefile
parenta6138160501bf5c1bf42c5f16c6d0333d7b31e9d (diff)
downloadvdr-7584780dbf4e7bc8446be29e17d8850f6ca82d02.tar.gz
vdr-7584780dbf4e7bc8446be29e17d8850f6ca82d02.tar.bz2
Changed the default location for the LIRC socket to /var/run/lirc/lircd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c6b8fe2f..e6af30eb 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 2.21 2011/12/04 14:17:35 kls Exp $
+# $Id: Makefile 2.22 2011/12/04 14:41:00 kls Exp $
.DELETE_ON_ERROR:
@@ -62,7 +62,7 @@ DEFINES += -DBIDI
LIBS += $(shell pkg-config --libs fribidi)
endif
-LIRC_DEVICE ?= /dev/lircd
+LIRC_DEVICE ?= /var/run/lirc/lircd
RCU_DEVICE ?= /dev/ttyS1
DEFINES += -DLIRC_DEVICE=\"$(LIRC_DEVICE)\" -DRCU_DEVICE=\"$(RCU_DEVICE)\"