Added a minor symlink to OpenOffice.org to make desktop files work

svn path=/nixpkgs/trunk/; revision=15582
This commit is contained in:
Sander van der Burg 2009-05-13 09:44:26 +00:00
parent f6a4c64f0f
commit ab75faaa82

View File

@ -79,6 +79,9 @@ installPhase() {
# the application menu in KDE and GNOME
ensureDir $out/share
ln -s $out/lib/openoffice/openoffice.org3/share/xdg $out/share/applications
# The desktop files expect a openoffice.org3 executable in the PATH, which is a symlink to soffice
ln -s $out/bin/soffice $out/bin/openoffice.org3
}
genericBuild