aboutsummaryrefslogtreecommitdiffstats
path: root/packages/puzzles
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:13:53 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:13:53 +0000
commitf907777709b20d8d73e3587026296a6616262229 (patch)
treee1c24ca4ed3fa4fe4a7d3d8878ef9575cc8fc603 /packages/puzzles
parentad4e12fab01540a845d060daa76bd0d87b78126f (diff)
downloadopenembedded-f907777709b20d8d73e3587026296a6616262229.tar.gz
remove extra whitespace at end-of-line in about 900 bb files.
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"