mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-22 01:39:17 +01:00
iPlayer: fix missing README
This commit is contained in:
parent
76bca91d6d
commit
bbc0e1cc04
@ -5,13 +5,10 @@ export BASE := $(shell basename $(CURDIR))
|
|||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
|
||||||
package: directory iPlayer_OS_1.3-20120323.zip extdata
|
package: directory iPlayer_OS_1.3-20120323.zip
|
||||||
|
|
||||||
directory:
|
directory:
|
||||||
mkdir -p $(OUT)/$(BASE)
|
mkdir -p $(OUT)/$(BASE)
|
||||||
|
|
||||||
iPlayer_OS_1.3-20120323.zip: directory
|
iPlayer_OS_1.3-20120323.zip: directory
|
||||||
cd $(TOPDIR)/iPlayer_OS_1.3-20120323 && zip -r $(OUT)/$(BASE)/$@ *
|
cd $(TOPDIR)/iPlayer_OS_1.3-20120323 && zip -r $(OUT)/$(BASE)/$@ *
|
||||||
|
|
||||||
extdata: directory
|
|
||||||
cp README.md $(OUT)/$(BASE)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user