summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-03-02 22:33:57 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-03-02 22:33:57 +0000
commit3de5118703e58db42bc4cf9e1aa2bd9a899bc0fc (patch)
tree35a4ddf6691ebdea893ff0c01b985987824b2720 /packages
parentd87eb56d1e68f3b5d4e357bcc1f21045a6d5adde (diff)
pyneog: bump SRCDATE and install Xsession script instead of linking it
Diffstat (limited to 'packages')
-rw-r--r--packages/freesmartphone/pyneog_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/freesmartphone/pyneog_svn.bb b/packages/freesmartphone/pyneog_svn.bb
index b640426497..389c7369e5 100644
--- a/packages/freesmartphone/pyneog_svn.bb
+++ b/packages/freesmartphone/pyneog_svn.bb
@@ -15,12 +15,12 @@ do_compile() {
do_install() {
find . -name ".svn"|xargs rm -rf
install -d ${D}${datadir}/pyneog
- for i in media *.py Xsession.d.zadje; do
+ for i in media *.py; do
cp -a $i ${D}${datadir}/pyneog/
done
install -d ${D}${sysconfdir}/X11/Xsession.d/
- ln -sf ${datadir}/pyneog/Xsession.d.zadje ${D}${sysconfdir}/X11/Xsession.d/80zadje
+ install -m 0755 80pyneog ${D}${sysconfdir}/X11/Xsession.d/
}
FILES_${PN} = "${datadir} ${bindir} ${sysconfdir}"