diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-17 12:54:32 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-17 12:54:32 +0000 |
commit | 35e3f2481a5d41ea958540d42fb365900132830a (patch) | |
tree | e9400f007140cff60959177ded71d4e9b01e70c1 | |
parent | 53710a6c66a7fad47db0d48b2cadd92e9c7e2daa (diff) | |
download | openembedded-core-35e3f2481a5d41ea958540d42fb365900132830a.tar.gz openembedded-core-35e3f2481a5d41ea958540d42fb365900132830a.tar.bz2 openembedded-core-35e3f2481a5d41ea958540d42fb365900132830a.zip |
Set bindir instead of moving files, make a valid desktop file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2507 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/puzzles/oh-puzzles_svn.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/puzzles/oh-puzzles_svn.bb b/meta/packages/puzzles/oh-puzzles_svn.bb index 8f02bf221a..8c23eac30e 100644 --- a/meta/packages/puzzles/oh-puzzles_svn.bb +++ b/meta/packages/puzzles/oh-puzzles_svn.bb @@ -3,7 +3,9 @@ LICENSE = "MIT" SECTION = "x11" DEPENDS = "gtk+ gconf intltool-native librsvg" PV = "0.1+svnr${SRCREV}" -PR = "r0" +PR = "r1" + +bindir = "/usr/games" inherit autotools pkgconfig @@ -12,8 +14,6 @@ SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http \ S = "${WORKDIR}/${PN}" do_install_append () { - mv ${D}${bindir} ${D}/usr/games - install -d ${D}/${datadir}/applications/ cd ${D}/${prefix}/games @@ -30,7 +30,7 @@ Exec=${prefix}/games/$prog Icon=applications-games Terminal=false Type=Application -Categories=Game +Categories=Game; StartupNotify=true SingleInstance=true Comment=Play $title. |