From f907777709b20d8d73e3587026296a6616262229 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sun, 31 Dec 2006 13:13:53 +0000 Subject: remove extra whitespace at end-of-line in about 900 bb files. --- packages/puzzles/puzzles_r6915.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/puzzles') 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" -- cgit v1.2.3