mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03: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
@ -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 New Issue
Block a user