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

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