# HG changeset patch # User Antoine Bodin # Date 1301075929 -3600 # Node ID ad725c56d2e10ebc62a26ae556649aebf38009da # Parent ae0a39ba004afeead7927b31c8db751938d3f4ce tazwok, check_for_incoming(): Fix generation of safe wok diff -r ae0a39ba004a -r ad725c56d2e1 tazwok --- a/tazwok Fri Mar 25 18:20:21 2011 +0100 +++ b/tazwok Fri Mar 25 18:58:49 2011 +0100 @@ -2184,7 +2184,8 @@ rm -f $SOURCES_REPOSITORY/$previous_tarball fi [ "$save_wok" ] && - copy_cooking_stuff $INCOMING_REPOSITORY/wok $PACKAGE $PACKAGES_REPOSITORY/wok + copy_cooking_stuff $INCOMING_REPOSITORY/wok $PACKAGE $PACKAGES_REPOSITORY/wok && + rm -r $INCOMING_REPOSITORY/wok/$PACKAGE done if [ "$save_wok" = tarball ]; then