mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Added a minor symlink to OpenOffice.org to make desktop files work
svn path=/nixpkgs/trunk/; revision=15582
This commit is contained in:
parent
f6a4c64f0f
commit
ab75faaa82
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user