Adding a '$out/bin/soffice' link to the libreoffice soffice binary.
svn path=/nixpkgs/trunk/; revision=33104
This commit is contained in:
parent
bbc9d6670d
commit
5c0c0ff632
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user