mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:34:04 +02:00
stardict enalbe man page search
the log show Man plug-in loaded, but can not get any result
This commit is contained in:
parent
9b8498d535
commit
c911cb2ccb
@ -64,7 +64,6 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-espeak \
|
--disable-espeak \
|
||||||
--disable-dictdotcn \
|
--disable-dictdotcn \
|
||||||
--disable-advertisement \
|
--disable-advertisement \
|
||||||
--disable-man \
|
|
||||||
--disable-qqwry \
|
--disable-qqwry \
|
||||||
--disable-updateinfo \
|
--disable-updateinfo \
|
||||||
--disable-htmlparse \
|
--disable-htmlparse \
|
||||||
@ -81,7 +80,8 @@ define Package/stardict/install
|
|||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
$(1)/usr/bin \
|
$(1)/usr/bin \
|
||||||
$(1)/usr/share \
|
$(1)/usr/share \
|
||||||
$(1)/usr/share/pixmaps
|
$(1)/usr/share/pixmaps \
|
||||||
|
$(1)/usr/lib/stardict/plugins
|
||||||
|
|
||||||
$(INSTALL_BIN) \
|
$(INSTALL_BIN) \
|
||||||
$(PKG_INSTALL_DIR)/usr/bin/stardict \
|
$(PKG_INSTALL_DIR)/usr/bin/stardict \
|
||||||
@ -94,6 +94,10 @@ define Package/stardict/install
|
|||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/usr/share/stardict \
|
$(PKG_INSTALL_DIR)/usr/share/stardict \
|
||||||
$(1)/usr/share/
|
$(1)/usr/share/
|
||||||
|
|
||||||
|
$(CP) \
|
||||||
|
$(PKG_INSTALL_DIR)/usr/lib/stardict/plugins/* \
|
||||||
|
$(1)/usr/lib/stardict/plugins/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/stardict-dic-en-en/install
|
define Package/stardict-dic-en-en/install
|
||||||
|
Loading…
Reference in New Issue
Block a user