forked from mirrors/nixpkgs
Fix for go-oo: forgotten symlink, to make all work: soffice.bin
svn path=/nixpkgs/trunk/; revision=21970
This commit is contained in:
parent
8b59ac89bf
commit
a63c1f4c8a
|
@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
|
|||
installPhase = ''
|
||||
bin/ooinstall $out
|
||||
ensureDir $out/bin
|
||||
for a in $out/program/{sbase,scalc,sdraw,simpress,smath,soffice,swriter}; do
|
||||
for a in $out/program/{sbase,scalc,sdraw,simpress,smath,soffice,swriter,soffice.bin}; do
|
||||
ln -s $a $out/bin
|
||||
done
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue