mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-25 09:58:09 +01:00
sqg: remove all queues when using -a.
Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
parent
d60a39c054
commit
d0cb031a22
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue