[gnome-lirc-properties] Move the default lircd.conf file on Fedora



commit ea20acb9ece9b4d6a966776d2dccfa51db498686
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Sep 14 15:19:17 2009 +0100

    Move the default lircd.conf file on Fedora
    
    As it's been moved in lirc 0.8.6

 autogen.sh   |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 0d6b792..8a2288c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,7 +17,7 @@ then
 fi
 
 if [ -f /etc/fedora-release ] ; then
-	. gnome-autogen.sh --disable-conf-check --with-lirc-confdir=/etc/ --with-remotes-database=/usr/share/lirc-remotes/ "$@"
+	. gnome-autogen.sh --disable-conf-check --with-lirc-confdir=/etc/lirc/ --with-remotes-database=/usr/share/lirc-remotes/ "$@"
 else
 	. gnome-autogen.sh "$@"
 fi
diff --git a/configure.ac b/configure.ac
index c547067..04ad26f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,7 +89,7 @@ expand_vars() {
 }
 
 if test -f /etc/fedora-release ; then
-	lirc_confdir="/etc"
+	lirc_confdir="/etc/lirc"
 	remotes_database="/usr/share/lirc-remotes"
 	lircd_socket="/var/run/lirc/lircd"
 else



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]