fix libreoffice build

This commit is contained in:
Domen Kožar 2014-11-08 14:24:16 +01:00
parent 53667c7b1a
commit 555a094326

View file

@ -115,7 +115,7 @@ stdenv.mkDerivation rec {
+ ''
ln -sv ${srcs.help} $sourceRoot/src/${srcs.help.name}
tar xf $sourceRoot/src/${srcs.help.name} -C $sourceRoot/../
ln -sv ${srcs.translations} $sourceRoot/src/${srcs.translations.name}
ln -svf ${srcs.translations} $sourceRoot/src/${srcs.translations.name}
tar xf $sourceRoot/src/${srcs.translations.name} -C $sourceRoot/../
'';