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
|
make
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# It installs only things to $out/lib/libreoffice
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/bin
|
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 = [
|
configureFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user