diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-24 10:27:54 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-24 10:27:54 +0000 |
commit | 3a4cb34fd55cafebe471192c835b5a7060722d81 (patch) | |
tree | 399d37efc703fbeeb27e053c2038c2c3a187e730 /mythfront/mythfront-session.oe | |
parent | 5425474548ff35215ff3110ec2f328ca495df24a (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/10/24 11:27:38+01:00 nexus.co.uk!pb
use Xinit.d not Xsession.d
2004/10/24 11:27:06+01:00 nexus.co.uk!pb
fix paste error
BKrev: 417b83aaSPcRTU0zgo1xdjK0zXEbYQ
Diffstat (limited to 'mythfront/mythfront-session.oe')
-rw-r--r-- | mythfront/mythfront-session.oe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mythfront/mythfront-session.oe b/mythfront/mythfront-session.oe index e69de29bb2..a8ab663db7 100644 --- a/mythfront/mythfront-session.oe +++ b/mythfront/mythfront-session.oe @@ -0,0 +1,9 @@ +PV = "1.1" + +SRC_URI = "file://mythfront.sh" + +do_install() { + install -d ${D}/etc/X11/Xinit.d + install ${WORKDIR}/mythfront.sh ${D}/etc/X11/Xinit.d/90mythfront +} + |