mirror of
https://github.com/openwrt/luci
synced 2025-01-08 12:08:04 +08:00
luci-base: add additional prepare handling for the licenses files
Copy the licenses file for luci into the build tree for further processing. This is achieved by the new additional prepare handling, that was added with commit '3b135c381cd5e5efd10353b76344e33e5230c870'. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
f17fa682d1
commit
fb279a0a25
@ -52,6 +52,11 @@ fi
|
||||
exit 0
|
||||
endef
|
||||
|
||||
define Build/Prepare/luci-base
|
||||
$(CP) ../../NOTICE $(PKG_BUILD_DIR)
|
||||
$(CP) ../../LICENSE $(PKG_BUILD_DIR)
|
||||
endef
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
define Host/Configure
|
||||
|
Loading…
Reference in New Issue
Block a user