Added a minor symlink to OpenOffice.org to make desktop files work
svn path=/nixpkgs/trunk/; revision=15582
This commit is contained in:
@@ -79,6 +79,9 @@ installPhase() {
|
|||||||
# the application menu in KDE and GNOME
|
# the application menu in KDE and GNOME
|
||||||
ensureDir $out/share
|
ensureDir $out/share
|
||||||
ln -s $out/lib/openoffice/openoffice.org3/share/xdg $out/share/applications
|
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
|
genericBuild
|
||||||
|
|||||||
Reference in New Issue
Block a user