From dd4446d4fe4d78801020d9dcaa4f54ec9abb126a Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 4 Mar 2010 13:10:54 +0800 Subject: [PATCH] [stardict] fix wrong stardict.png patch --- stardict/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stardict/Makefile b/stardict/Makefile index adfd6b5..eaadeda 100644 --- a/stardict/Makefile +++ b/stardict/Makefile @@ -62,7 +62,7 @@ define Package/stardict/install $(INSTALL_DIR) \ $(1)/usr/bin \ $(1)/usr/share \ - $(1)/usr/share/icons + $(1)/usr/share/pixmaps $(INSTALL_BIN) \ $(PKG_INSTALL_DIR)/usr/bin/stardict \ @@ -70,7 +70,7 @@ define Package/stardict/install $(INSTALL_DATA) \ $(PKG_INSTALL_DIR)/usr/share/pixmaps/stardict.png \ - $(1)/usr/share/icons/ + $(1)/usr/share/pixmaps/ $(CP) \ $(PKG_INSTALL_DIR)/usr/share/stardict \