mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Create a dummy file (maybe helps with the homebrew browser bug where /frodo/tmp isn't created)
This commit is contained in:
parent
d24905b0b5
commit
72e6efaf84
@ -121,6 +121,7 @@ dist: $(BUILD)
|
||||
install -d $@/frodo/saves
|
||||
install -d $@/frodo/metadata
|
||||
install -d $@/frodo/tmp
|
||||
echo "a" > $@/frodo/tmp/dummy
|
||||
touch $@/apps/frodo/frodorc
|
||||
cp $(TARGET).dol $@/apps/frodo/boot.dol
|
||||
cp -rap themes $@/frodo/themes
|
||||
|
Loading…
Reference in New Issue
Block a user