mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-22 09:49:16 +01:00
Ace3DS+ kernels: derp fix
I forgot how zip worked
This commit is contained in:
parent
44ddf210af
commit
4d927b9a2f
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user