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: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
This commit is contained in:
Ilya Lipnitskiy 2021-02-03 21:22:09 -08:00
parent c01ce53579
commit 0e71108da2
No known key found for this signature in database
GPG Key ID: 435C02AAE7CF2014
1 changed files with 2 additions and 0 deletions

View File

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