mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
rom.sh: skip copyps1bios on dry builds
otherwise, ./mk -d (without arguments) will fail. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -20,6 +20,8 @@ buildser()
|
||||
|
||||
copyps1bios()
|
||||
{
|
||||
[ "$dry" = ":" ] && return 0; :
|
||||
|
||||
remkdir "bin/playstation"
|
||||
x_ cp src/pcsx-redux/src/mips/openbios/openbios.bin bin/playstation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user