Skip to content
Snippets Groups Projects
Unverified Commit 0e71108d authored by Ilya Lipnitskiy's avatar Ilya Lipnitskiy
Browse files

svox: Don't move files with QUILT


Allows targets such as prepare, refresh, or update to be run without
building dependencies for easier patch maintenance.

Signed-off-by: default avatarIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>
parent c01ce535
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,9 @@ endef
define Build/Prepare
$(call Build/Prepare/Default)
ifeq ($(QUILT),)
mv $(PKG_BUILD_DIR)/pico/* $(PKG_BUILD_DIR)
endif
endef
define Package/svox/install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment