diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-04 08:19:17 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-05 12:18:22 +0100 |
commit | 674fc35011f47a32dd5bcd478389a4949c7deea6 (patch) | |
tree | 291ad32e2009e8248d660446653c6cb639a8eddd | |
parent | e740ab7e5a4b3d08caf0c1f1825d09db1c155f4f (diff) |
rom.sh: tidy up copyps1bios()
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | include/rom.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rom.sh b/include/rom.sh index f74912af..ec464d85 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -29,8 +29,7 @@ mkserprog() copyps1bios() { - x_ rm -Rf bin/playstation - x_ mkdir -p bin/playstation + remkdir "bin/playstation" x_ cp src/pcsx-redux/src/mips/openbios/openbios.bin bin/playstation printf "MIT License\n\nCopyright (c) 2019-2024 PCSX-Redux authors\n\n" \ |