diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-31 13:13:53 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-31 13:13:53 +0000 |
commit | f907777709b20d8d73e3587026296a6616262229 (patch) | |
tree | e1c24ca4ed3fa4fe4a7d3d8878ef9575cc8fc603 /packages/puzzles | |
parent | ad4e12fab01540a845d060daa76bd0d87b78126f (diff) |
remove extra whitespace at end-of-line in about 900 bb files.
Diffstat (limited to 'packages/puzzles')
-rw-r--r-- | packages/puzzles/puzzles_r6915.bb | 4 |
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" |