From 4285b507c2edb961caa79a2ba50631e09a479afa Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Wed, 3 Mar 2010 18:41:14 +0100 Subject: [PATCH] partially revert commit 72a8d995af95b2c42b3bfb32c5f01882e720ae00 as stardict relies on that paths --- 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 \