summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-04 08:19:17 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-04 08:19:17 +0100
commit93ba36ae456cad1e0766c1020ac2dfdb013b6411 (patch)
tree40a21fe16c1a678bfd861632a48e65d4e644784a
parentfc71e52fdfc559d207ea54059a86edb81e928e33 (diff)
rom.sh: tidy up copyps1bios()
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--include/rom.sh3
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" \