mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Making more symlinks in libreoffice.
svn path=/nixpkgs/trunk/; revision=33105
This commit is contained in:
parent
5c0c0ff632
commit
1ebf45400a
@ -84,9 +84,12 @@ stdenv.mkDerivation rec {
|
||||
make
|
||||
'';
|
||||
|
||||
# It installs only things to $out/lib/libreoffice
|
||||
postInstall = ''
|
||||
mkdir -p $out/bin
|
||||
ln -s $out/lib/libreoffice/program/soffice $out/bin/soffice
|
||||
for a in sbase scalc sdraw smath swriter spadmin simpress soffice; do
|
||||
ln -s $out/lib/libreoffice/program/$a $out/bin/$a
|
||||
done
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user