mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-09 09:07:30 +08:00
triggerhappy: don't build man pages
Fixes compilation without host pod2man. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
2d3018baaa
commit
a01826ced3
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=triggerhappy
|
PKG_NAME:=triggerhappy
|
||||||
PKG_VERSION:=0.5.0
|
PKG_VERSION:=0.5.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/wertarbyte/$(PKG_NAME)/archive/release/$(PKG_VERSION)/
|
PKG_SOURCE_URL:=https://github.com/wertarbyte/$(PKG_NAME)/archive/release/$(PKG_VERSION)/
|
||||||
@ -37,6 +37,7 @@ define Package/triggerhappy/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
|
thd th-cmd \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
$(1)
|
$(1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user