Fixed directory name for OpenOffice icons, sorry everyone
svn path=/nixpkgs/trunk/; revision=17826
This commit is contained in:
parent
947c5029d7
commit
ea9a9e5fae
@ -78,7 +78,7 @@ installPhase() {
|
|||||||
ln -s $out/lib/openoffice/openoffice.org3/share/xdg $out/share/applications
|
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
|
# 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
|
install -v -d $out/share/icons/{hicolor,locolor} -m 755
|
||||||
cp -rv hicolor/*x* $out/share/icons/hicolor
|
cp -rv hicolor/*x* $out/share/icons/hicolor
|
||||||
cp -rv locolor/*x* $out/share/icons/locolor
|
cp -rv locolor/*x* $out/share/icons/locolor
|
||||||
|
Loading…
Reference in New Issue
Block a user