mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
build/download: missed aux set
This commit is contained in:
parent
c83a3f908b
commit
bab138aa58
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ for ARG in ${@}; do
|
|||
sh ./clean.sh ${ARG}
|
||||
download ${ARG} ${IMAGESDIR} "*-${ARG}-*"
|
||||
;;
|
||||
base|distfiles|kernel|packages|release)
|
||||
aux|base|distfiles|kernel|packages|release)
|
||||
sh ./clean.sh ${ARG}
|
||||
download ${ARG} ${SETSDIR} "${ARG}-*"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue