# HG changeset patch # User Christopher Rogers # Date 1297659238 0 # Node ID 8e0574acbdfa55434d49c26564e9a9324df7e824 # Parent 0019690695fa48061c509d7f130302f72e8ab1cb Fixed typo. Couldn't use check-incoming without this fix. diff -r 0019690695fa -r 8e0574acbdfa tazwok --- a/tazwok Mon Feb 14 02:12:34 2011 +0000 +++ b/tazwok Mon Feb 14 04:53:58 2011 +0000 @@ -1891,7 +1891,7 @@ touch $PACKAGES_REPOSITORY/$PACKAGE-$VERSION.tazpkg previous_tarball=$(grep ^$PACKAGE:main $SOURCES_REPOSITORY/sources.list | cut -f2) sed -e "/^$PACKAGE:main/d" \ - -e "s/^$PACKAGE:incoming/$PACKAGE:main/" + -e "s/^$PACKAGE:incoming/$PACKAGE:main/" \ -i $SOURCES_REPOSITORY/sources.list if [ "$previous_tarball" ]; then grep -q $'\t'$previous_tarball$ $SOURCES_REPOSITORY/sources.list || \