From 03144e7478edc0b7964d835f4f74271748a7303b Mon Sep 17 00:00:00 2001 From: etrunko Date: Thu, 17 Jul 2008 15:09:12 +0000 Subject: [PATCH] Removed trailing whitespaces --- trunk/scripts/build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/trunk/scripts/build.sh b/trunk/scripts/build.sh index 1d1e52f..8f0845c 100755 --- a/trunk/scripts/build.sh +++ b/trunk/scripts/build.sh @@ -7,11 +7,11 @@ export SBOX_DEFAULT_AUTOMAKE=1.8 for build_variant in n770 n8x0 ; do echo "===== building packages for $build_variant =====" - for component in $components ; do + for component in $components ; do echo "===== $component: preparing sources =====" rm -rf ./$component svn export https://garage.maemo.org/svn/maemo-efl/trunk/$component - + # Unpacking original tarball cd $component tar -zxf ../${component}_*.orig.tar.gz --strip-path 1 || exit @@ -32,10 +32,10 @@ for build_variant in n770 n8x0 ; do rm -f debian/changeloge echo "===== $component: building for $build_variant =====" - + # FIXME: install build dependencies here DEB_BUILD_OPTIONS=$build_variant dpkg-buildpackage -rfakeroot -us -uc -sa -D || exit - + # install results srcname=`grep Source: debian/control |cut -f2 -d' '` grep '^ [a-f0-9]\+ [0-9]\+ [a-z]\+ [a-z]\+ .\+.deb' \ -- 1.7.9.5