mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-29 20:34:34 +01:00
when using -b or -i from cli, check if .sqf extension is used and if so, go directly to parse_queue
This commit is contained in:
parent
3d4cbed411
commit
acc41bec1c
1 changed files with 4 additions and 0 deletions
|
@ -3924,6 +3924,10 @@ else
|
|||
> $SBOPKGTMP/sbopkg-start-queue
|
||||
> $SBOPKGTMP/sbopkg_user_queue.lck
|
||||
for PKGBUILD in $BUILD; do
|
||||
if [[ ${PKGBUILD:(-4)} == ".sqf" ]]; then
|
||||
parse_queue $QUEUEDIR/$PKGBUILD
|
||||
continue
|
||||
fi
|
||||
if [[ -r $QUEUEDIR/$PKGBUILD.sqf ]] &&
|
||||
search_package $PKGBUILD; then
|
||||
crunch_fmt "Both a queuefile and a package were found with \
|
||||
|
|
Loading…
Add table
Reference in a new issue