From c47e3af7ce4d81041283438aa77b274c083fa780 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 28 Jan 2010 12:23:33 +0800 Subject: [PATCH] [stardcit] add picture's that stardict needs --- stardict/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stardict/Makefile b/stardict/Makefile index b575ebd..fc4b24b 100644 --- a/stardict/Makefile +++ b/stardict/Makefile @@ -63,7 +63,12 @@ endef define Package/stardict/install $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_DIR) $(1)/usr/share + $(INSTALL_DIR) $(1)/usr/share/pixmaps + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/stardict $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/pixmaps/stardict.png $(1)/usr/share/pixmaps/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/stardict $(1)/usr/share/ endef $(eval $(call BuildPackage,stardict))