diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-08-15 02:08:09 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2021-08-15 02:11:31 +0300 |
commit | 4e35ada04ffc2458258205e17abba9fa33be22bd (patch) | |
tree | 377a513b038af16a9b16d0da562bed0d67887f96 /utils/fish | |
parent | 51f9a12a54dc2e7abcf9028490114d8bd926ac88 (diff) |
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>
Diffstat (limited to 'utils/fish')
-rw-r--r-- | utils/fish/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/fish/Makefile b/utils/fish/Makefile index 5c937acaf..389141b11 100644 --- 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 |