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:
51f9a12
)
fish: don't build docs
16365/head
author
Stijn Tintel
<stijn@linux-ipv6.be>
Sat, 14 Aug 2021 23:08:09 +0000
(
02:08
+0300)
committer
Stijn Tintel
<stijn@linux-ipv6.be>
Sat, 14 Aug 2021 23:11:31 +0000
(
02:11
+0300)
Building docs fails due to fish_indent not being available. As we don't
install docs anyway, simply disable docs build.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
utils/fish/Makefile
patch
|
blob
|
history
diff --git
a/utils/fish/Makefile
b/utils/fish/Makefile
index 5c937acaf4bbd45ae92b701d43e93728afe6e59f..389141b1172b77d567bb570b62314e8a0572aead 100644
(file)
--- a/
utils/fish/Makefile
+++ b/
utils/fish/Makefile
@@
-36,6
+36,8
@@
define Package/fish/description
configuration required.
endef
+CMAKE_OPTIONS += -DBUILD_DOCS=NO
+
define Package/fish/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/fish $(1)/usr/bin