From 8d8c7799dd4a283526c5d1776d3c4d2c716b68cb Mon Sep 17 00:00:00 2001 From: emukidid Date: Tue, 13 Sep 2016 22:33:50 +0930 Subject: [PATCH] - Fix GCI build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9d067af5..9c8ba57f 100644 --- a/Makefile +++ b/Makefile @@ -97,6 +97,7 @@ recovery-iso: package: # create distribution package @mkdir $(SVN_REVISION) @mv $(DIST)/DOL $(SVN_REVISION) + @mv $(DIST)/GCI $(SVN_REVISION) @mv $(DIST)/ISO $(SVN_REVISION) @mv $(DIST)/WiikeyFusion $(SVN_REVISION) @mv $(DIST)/ActionReplay $(SVN_REVISION)