From 0e71108da25bedd3e40c7d8f8da027f3a97674e4 Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Wed, 3 Feb 2021 21:22:09 -0800 Subject: [PATCH] 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 --- sound/svox/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/svox/Makefile b/sound/svox/Makefile index 2417bfc9d..e399b9953 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