Ace3DS+ kernels: derp fix

I forgot how zip worked
This commit is contained in:
lifehackerhansol 2023-08-13 23:33:50 -07:00
parent 44ddf210af
commit 4d927b9a2f
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ directory:
Ace3DS+_R4iLS_Wood_R4_1.62.zip: directory Ace3DS+_R4iLS_Wood_R4_1.62.zip: directory
mkdir tmp;cp -r Ace3DS+_R4iLS_Wood_R4_1.62/* $(COMMON)/Wood_R4Li_1.62/* tmp mkdir tmp;cp -r Ace3DS+_R4iLS_Wood_R4_1.62/* $(COMMON)/Wood_R4Li_1.62/* tmp
cd tmp && zip -r $(OUT)/$(BASE)/$@ cd tmp && zip -r $(OUT)/$(BASE)/$@ *
cd $(TOPDIR); rm -rf tmp cd $(TOPDIR); rm -rf tmp
extdata: directory extdata: directory

View File

@ -12,7 +12,7 @@ directory:
Gateway_Blue_Wood_R4_1.62.zip: directory Gateway_Blue_Wood_R4_1.62.zip: directory
mkdir tmp;cp -r Gateway_Blue_Wood_R4_1.62/* $(COMMON)/Wood_R4Li_1.62/* tmp mkdir tmp;cp -r Gateway_Blue_Wood_R4_1.62/* $(COMMON)/Wood_R4Li_1.62/* tmp
cd tmp && zip -r $(OUT)/$(BASE)/$@ cd tmp && zip -r $(OUT)/$(BASE)/$@ *
cd $(TOPDIR); rm -rf tmp cd $(TOPDIR); rm -rf tmp
extdata: directory extdata: directory