projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c01ce53
)
svox: Don't move files with QUILT
author
Ilya Lipnitskiy
<
[email protected]
>
Thu, 4 Feb 2021 05:22:09 +0000
(21:22 -0800)
committer
Ilya Lipnitskiy
<
[email protected]
>
Thu, 4 Feb 2021 05:22:46 +0000
(21:22 -0800)
Allows targets such as prepare, refresh, or update to be run without
building dependencies for easier patch maintenance.
Signed-off-by: Ilya Lipnitskiy <
[email protected]
>
sound/svox/Makefile
patch
|
blob
|
history
diff --git
a/sound/svox/Makefile
b/sound/svox/Makefile
index 2417bfc9d10dda03bc286520ea172e9ba382f986..e399b995352da9f0bf9c5c7021e163771972d749 100644
(file)
--- 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