Fixed typo
authorjesus <jesus.palencia@openbossa.org>
Thu, 17 Jul 2008 20:54:15 +0000 (20:54 +0000)
committerjesus <jesus.palencia@openbossa.org>
Thu, 17 Jul 2008 20:54:15 +0000 (20:54 +0000)
trunk/scripts/build.sh

index 8f0845c..9fdea74 100755 (executable)
@@ -29,7 +29,7 @@ for build_variant in n770 n8x0 ; do
                PKG_VER=`dpkg-parsechangelog | sed -n 's/Version: //p'`
                NEW_VER=`echo $PKG_VER | sed "s/\($PKG_VER\)/\1.$build_variant/"`
                sed -ie "s/$PKG_VER.*)/$NEW_VER)/" debian/changelog
-               rm -f debian/changeloge
+               rm -f debian/changelog
 
                echo "===== $component: building for $build_variant ====="