mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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:
@@ -46,7 +46,9 @@ endef
|
|||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
$(call Build/Prepare/Default)
|
$(call Build/Prepare/Default)
|
||||||
|
ifeq ($(QUILT),)
|
||||||
mv $(PKG_BUILD_DIR)/pico/* $(PKG_BUILD_DIR)
|
mv $(PKG_BUILD_DIR)/pico/* $(PKG_BUILD_DIR)
|
||||||
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/svox/install
|
define Package/svox/install
|
||||||
|
|||||||
Reference in New Issue
Block a user