move lircrc handling from mythfront-config into mythfront-session
authorPhil Blundell <philb@gnu.org>
Sun, 7 Nov 2004 14:57:20 +0000 (14:57 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 7 Nov 2004 14:57:20 +0000 (14:57 +0000)
BKrev: 418e37d0wZ7qcGE40lfEc_f-OBe6zg

mythfront/mythfront-config.oe
mythfront/mythfront-session.oe
mythfront/mythfront-session/mythfront.sh

index afb79f3..c6b658f 100644 (file)
@@ -19,10 +19,6 @@ do_install() {
 
        ln -sf /var/lib/config/lircd.conf ${D}/etc/lircd.conf
 
-       # ewwww
-       install -d ${D}/root/.mythtv
-       ln -sf /var/lib/config/lircrc ${D}/root/.mythtv/lircrc
-
        install -d ${D}/dev
        ln -sf lirc0 ${D}/dev/lirc
 
index a8ab663..f4a8171 100644 (file)
@@ -1,4 +1,4 @@
-PV = "1.1"
+PV = "1.2"
 
 SRC_URI = "file://mythfront.sh"
 
index e69de29..582cae9 100644 (file)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+install -d $HOME/.mythtv
+ln -sf /var/lib/config/lircrc $HOME/.mythtv/lircrc
+
+exec mythfrontend
+