mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +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/saves
|
||||||
install -d $@/frodo/metadata
|
install -d $@/frodo/metadata
|
||||||
install -d $@/frodo/tmp
|
install -d $@/frodo/tmp
|
||||||
|
echo "a" > $@/frodo/tmp/dummy
|
||||||
touch $@/apps/frodo/frodorc
|
touch $@/apps/frodo/frodorc
|
||||||
cp $(TARGET).dol $@/apps/frodo/boot.dol
|
cp $(TARGET).dol $@/apps/frodo/boot.dol
|
||||||
cp -rap themes $@/frodo/themes
|
cp -rap themes $@/frodo/themes
|
||||||
|
Loading…
Reference in New Issue
Block a user