From 35e3f2481a5d41ea958540d42fb365900132830a Mon Sep 17 00:00:00 2001
From: Ross Burton <ross@openedhand.com>
Date: Fri, 17 Aug 2007 12:54:32 +0000
Subject: 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
---
 meta/packages/puzzles/oh-puzzles_svn.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/packages/puzzles/oh-puzzles_svn.bb b/meta/packages/puzzles/oh-puzzles_svn.bb
index 8f02bf221..8c23eac30 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.
-- 
cgit v1.2.3