fish: don't build docs
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>
This commit is contained in:
parent
51f9a12a54
commit
4e35ada04f
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ define Package/fish/description
|
||||||
configuration required.
|
configuration required.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
CMAKE_OPTIONS += -DBUILD_DOCS=NO
|
||||||
|
|
||||||
define Package/fish/install
|
define Package/fish/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/fish $(1)/usr/bin
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/fish $(1)/usr/bin
|
||||||
|
|
Loading…
Reference in a new issue