3
0
Fork 0
forked from mirrors/nixpkgs

Adding a '$out/bin/soffice' link to the libreoffice soffice binary.

svn path=/nixpkgs/trunk/; revision=33104
This commit is contained in:
Lluís Batlle i Rossell 2012-03-15 11:02:52 +00:00
parent bbc9d6670d
commit 5c0c0ff632

View file

@ -84,6 +84,11 @@ stdenv.mkDerivation rec {
make
'';
postInstall = ''
mkdir -p $out/bin
ln -s $out/lib/libreoffice/program/soffice $out/bin/soffice
'';
configureFlags = [
"--enable-verbose"