From: jesus Date: Thu, 17 Jul 2008 20:54:15 +0000 (+0000) Subject: Fixed typo X-Git-Url: http://vcs.maemo.org/git/?p=maemo-efl;a=commitdiff_plain;h=0905a03871285d2e650318cfd0991fdca6d9a83d Fixed typo --- diff --git a/trunk/scripts/build.sh b/trunk/scripts/build.sh index 8f0845c..9fdea74 100755 --- a/trunk/scripts/build.sh +++ b/trunk/scripts/build.sh @@ -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 ====="