mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
fix typo serprog -> vserprog
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
This commit is contained in:
@@ -153,7 +153,7 @@ purge_files()
|
|||||||
./handle make file -c "${p}" || \
|
./handle make file -c "${p}" || \
|
||||||
err "purge_files: !./handle make file -c ${p}"
|
err "purge_files: !./handle make file -c ${p}"
|
||||||
done
|
done
|
||||||
for p in "stm32-serprog" "stm32-serprog/libopencm3"; do
|
for p in "stm32-vserprog" "stm32-vserprog/libopencm3"; do
|
||||||
./handle make file -c "util-fw/${p}" || \
|
./handle make file -c "util-fw/${p}" || \
|
||||||
err "purge_files !./handle make file util-fw/${p}"
|
err "purge_files !./handle make file util-fw/${p}"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user