diff --git a/src/usr/libexec/sbopkg/sqg/functions b/src/usr/libexec/sbopkg/sqg/functions index 9a471fc..63414ff 100644 --- a/src/usr/libexec/sbopkg/sqg/functions +++ b/src/usr/libexec/sbopkg/sqg/functions @@ -216,6 +216,7 @@ execute_build () { local PKG INFOPATH if [ "$ALL" == "yes" ]; then + rm -f $QUEUEDIR/*.sqf printf "Processing all SlackBuilds in the $REPO_SUBPATH repository..." PKGSNEW=($(find "$REPO_DIR" -name "*.info" -print0 | xargs -r0)) else @@ -257,4 +258,4 @@ check_validity() { else return 1 fi -} \ No newline at end of file +}