Add convenient executable name to libreoffice

... so you can run libreoffice from command-line with `libreoffice` instead of `soffice`
This commit is contained in:
Danylo Hlynskyi 2013-08-23 17:14:44 +03:00
parent e0819b1e26
commit 21bd48f439

View File

@ -115,6 +115,7 @@ stdenv.mkDerivation rec {
for a in sbase scalc sdraw smath swriter spadmin simpress soffice; do
ln -s $out/lib/libreoffice/program/$a $out/bin/$a
done
ln -s $out/bin/soffice $out/bin/libreoffice
'';
configureFlags = [