Browse Source
Merge pull request #14645 from lipnitsk/svox
svox: Don't move files with QUILT
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
sound/svox/Makefile
|
@ -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 |
|
|