pkgs/development/tools/build-managers/scons: move --mandir and --infodir to standard locations
svn path=/nixpkgs/trunk/; revision=25009
This commit is contained in:
parent
d1d201f11e
commit
1e1610b37e
|
@ -14,8 +14,8 @@ stdenv.mkDerivation {
|
|||
};
|
||||
|
||||
preConfigure = ''
|
||||
for i in script/*
|
||||
do
|
||||
configureFlags="--mandir=$out/share/man"
|
||||
for i in "script/"*; do
|
||||
substituteInPlace $i --replace "/usr/bin/env python" "${python}/bin/python"
|
||||
done
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue