Removed trailing whitespaces
authoretrunko <eblima@gmail.com>
Thu, 17 Jul 2008 15:09:12 +0000 (15:09 +0000)
committeretrunko <eblima@gmail.com>
Thu, 17 Jul 2008 15:09:12 +0000 (15:09 +0000)
trunk/scripts/build.sh

index 1d1e52f..8f0845c 100755 (executable)
@@ -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' \