summaryrefslogtreecommitdiff
path: root/packages/puzzles
diff options
context:
space:
mode:
Diffstat (limited to 'packages/puzzles')
-rw-r--r--packages/puzzles/puzzles_r6915.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/puzzles/puzzles_r6915.bb b/packages/puzzles/puzzles_r6915.bb
index 2c1d17dca8..4349a4154b 100644
--- a/packages/puzzles/puzzles_r6915.bb
+++ b/packages/puzzles/puzzles_r6915.bb
@@ -19,14 +19,14 @@ do_install () {
install -d ${D}/${prefix}/
install -d ${D}/${prefix}/games/
oe_runmake install
-
+
install -d ${D}/${datadir}/
install -d ${D}/${datadir}/applications/
install -d ${D}/${datadir}/pixmaps/
install ${WORKDIR}/game.png ${D}/${datadir}/pixmaps/
- cd ${D}/${prefix}/games
+ cd ${D}/${prefix}/games
for prog in *; do
if [ -x $prog ]; then
echo "making ${D}/${datadir}/applications/$prog.desktop"