From ec9e0a8c8f25603f9da0383c158eb7c63ae4160f Mon Sep 17 00:00:00 2001 From: "fabio.olimpieri" Date: Wed, 6 Mar 2013 22:33:19 +0000 Subject: [PATCH] fixed bug for PRG file --- Makefile.wii | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.wii b/Makefile.wii index 974b5ef..7ed05aa 100644 --- a/Makefile.wii +++ b/Makefile.wii @@ -124,7 +124,7 @@ dist: $(BUILD) install -d $@/frodo/saves install -d $@/frodo/metadata install -d $@/frodo/tmp - echo "a" > $@/frodo/tmp/dummy + echo "a" > $@/frodo/tmp/ab touch $@/apps/frodo/frodorc cp $(TARGET).dol $@/apps/frodo/boot.dol cp -rap themes $@/frodo/themes