Fixed directory name for OpenOffice icons, sorry everyone

svn path=/nixpkgs/trunk/; revision=17826
This commit is contained in:
Sander van der Burg 2009-10-15 13:00:43 +00:00
parent 947c5029d7
commit ea9a9e5fae

@ -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