build/download: missed aux set

This commit is contained in:
Franco Fichtner 2025-12-10 09:38:37 +01:00
parent c83a3f908b
commit bab138aa58

View file

@ -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}-*"
;;