From ea9a9e5faea3e9a46d92a38c35eb230a87dad6b7 Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Thu, 15 Oct 2009 13:00:43 +0000 Subject: [PATCH] Fixed directory name for OpenOffice icons, sorry everyone svn path=/nixpkgs/trunk/; revision=17826 --- pkgs/applications/office/openoffice/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/openoffice/builder.sh b/pkgs/applications/office/openoffice/builder.sh index 6b946acd863..c6400a5085d 100644 --- a/pkgs/applications/office/openoffice/builder.sh +++ b/pkgs/applications/office/openoffice/builder.sh @@ -78,7 +78,7 @@ installPhase() { ln -s $out/lib/openoffice/openoffice.org3/share/xdg $out/share/applications # Copy icons so that the menu items in KDE and GNOME will look much nicer - (cd $SRC_ROOT/sysui/desktops/icons + (cd $SRC_ROOT/sysui/desktop/icons install -v -d $out/share/icons/{hicolor,locolor} -m 755 cp -rv hicolor/*x* $out/share/icons/hicolor cp -rv locolor/*x* $out/share/icons/locolor