Skip to content

Commit

Permalink
Fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Wally authored and Wally committed Mar 28, 2019
1 parent 7c9f5a6 commit 82c2f3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_daedalus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function pre_prep(){
if [ -d $PWD/DaedalusX64 ]; then
rm -r $PWD/DaedalusX64/EBOOT.PBP
else
mkdir $PWD/DaedalusX64
mkdir ..//DaedalusX64
mkdir ../DaedalusX64/SaveStates
mkdir ../DaedalusX64/SaveGames
mkdir ../DaedalusX64/Roms
Expand All @@ -33,6 +33,7 @@ function pre_prep(){
function finalPrep() {

if [ ! -d ../DaedalusX64 ]; then
mkdir ../DaedalusX64
mkdir ../DaedalusX64/SaveStates
mkdir ../DaedalusX64/SaveGames
mkdir ../DaedalusX64/Roms
Expand Down

0 comments on commit 82c2f3c

Please sign in to comment.