brook: fix install

This commit is contained in:
CN_SZTL 2020-01-27 22:57:13 +08:00
parent 150e7a36b9
commit 745aebe136
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -54,7 +54,7 @@ define Package/$(PKG_NAME)/description
endef
define Build/Prepare
mv $(DL_DIR)/$(PKG_SOURCE) $(PKG_BUILD_DIR)
cp $(DL_DIR)/$(PKG_SOURCE) $(PKG_BUILD_DIR)
endef
define Build/Configure