tazwok rev 275

Fixed typo. Couldn't use check-incoming without this fix.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Feb 14 04:53:58 2011 +0000 (2011-02-14)
parents 0019690695fa
children 91fd51513c01
files tazwok
line diff
     1.1 --- a/tazwok	Mon Feb 14 02:12:34 2011 +0000
     1.2 +++ b/tazwok	Mon Feb 14 04:53:58 2011 +0000
     1.3 @@ -1891,7 +1891,7 @@
     1.4  			touch $PACKAGES_REPOSITORY/$PACKAGE-$VERSION.tazpkg
     1.5  			previous_tarball=$(grep ^$PACKAGE:main $SOURCES_REPOSITORY/sources.list | cut -f2)
     1.6  			sed -e "/^$PACKAGE:main/d" \
     1.7 -				-e "s/^$PACKAGE:incoming/$PACKAGE:main/"
     1.8 +				-e "s/^$PACKAGE:incoming/$PACKAGE:main/" \
     1.9  				-i $SOURCES_REPOSITORY/sources.list
    1.10  			if [ "$previous_tarball" ]; then
    1.11  				grep -q $'\t'$previous_tarball$ $SOURCES_REPOSITORY/sources.list || \