From: Ilya Lipnitskiy Date: Thu, 4 Feb 2021 05:22:09 +0000 (-0800) Subject: svox: Don't move files with QUILT X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=0e71108da25bedd3e40c7d8f8da027f3a97674e4;p=feed%2Fpackages.git 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 --- diff --git a/sound/svox/Makefile b/sound/svox/Makefile index 2417bfc9d1..e399b99535 100644 --- a/sound/svox/Makefile +++ b/sound/svox/Makefile @@ -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