iPlayer: fix missing README

This commit is contained in:
lifehackerhansol 2024-08-21 21:21:48 -07:00
parent 76bca91d6d
commit bbc0e1cc04
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E

View File

@ -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)