From c911cb2ccb40b8d4c06ddb8efac089840beb02bb Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Wed, 18 May 2011 15:31:04 +0800 Subject: [PATCH] stardict enalbe man page search the log show Man plug-in loaded, but can not get any result --- stardict/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/stardict/Makefile b/stardict/Makefile index 0f9a2b1..384579f 100644 --- a/stardict/Makefile +++ b/stardict/Makefile @@ -64,7 +64,6 @@ CONFIGURE_ARGS += \ --disable-espeak \ --disable-dictdotcn \ --disable-advertisement \ - --disable-man \ --disable-qqwry \ --disable-updateinfo \ --disable-htmlparse \ @@ -81,7 +80,8 @@ define Package/stardict/install $(INSTALL_DIR) \ $(1)/usr/bin \ $(1)/usr/share \ - $(1)/usr/share/pixmaps + $(1)/usr/share/pixmaps \ + $(1)/usr/lib/stardict/plugins $(INSTALL_BIN) \ $(PKG_INSTALL_DIR)/usr/bin/stardict \ @@ -94,6 +94,10 @@ define Package/stardict/install $(CP) \ $(PKG_INSTALL_DIR)/usr/share/stardict \ $(1)/usr/share/ + + $(CP) \ + $(PKG_INSTALL_DIR)/usr/lib/stardict/plugins/* \ + $(1)/usr/lib/stardict/plugins/ endef define Package/stardict-dic-en-en/install