Fixing another script shebang in libreoffice. And the lang configure parameter.
svn path=/nixpkgs/trunk/; revision=33074
This commit is contained in:
parent
7bf2d4966e
commit
a288984843
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
# I think libreoffice expects by default the translations in ./translations
|
||||
mv libreoffice-translations-3.5.0.3/translations .
|
||||
|
||||
sed -i 's,/bin/bash,${bash}/bin/bash,' sysui/desktop/share/makefile.mk
|
||||
sed -i 's,/bin/bash,${bash}/bin/bash,' sysui/desktop/share/makefile.mk solenv/bin/localize
|
||||
sed -i 's,/usr/bin/env bash,${bash}/bin/bash,' bin/unpack-sources \
|
||||
solenv/bin/install-gdb-printers solenv/bin/striplanguagetags.sh
|
||||
|
||||
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
# Needed to find genccode
|
||||
PATH=$PATH:${icu}/sbin
|
||||
|
||||
export configureFlagsArray=("--with-lang=${langsSpaces}")
|
||||
configureFlagsArray=("--with-lang=${langsSpaces}")
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user