Merge pull request #14645 from lipnitsk/svox

svox: Don't move files with QUILT
This commit is contained in:
Rosen Penev 2021-02-03 21:32:51 -08:00 committed by GitHub
commit 2bbfe1ea48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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