forked from mirrors/nixpkgs
Merge pull request #97584 from gebner/ncftp-tmpdir
ncftp: do not override $TMPDIR
This commit is contained in:
commit
a0f1c301d9
|
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||
enableParallelBuilding = true;
|
||||
|
||||
preConfigure = ''
|
||||
find -name Makefile.in | xargs sed -i '/^TMPDIR=/d'
|
||||
|
||||
find . -name '*.sh' -or -name '*.in' -or -name '*.c' -or -name configure | xargs sed -i \
|
||||
-e 's@/bin/ls@${coreutils}/bin/ls@g' \
|
||||
-e 's@/bin/rm@${coreutils}/bin/rm@g'
|
||||
|
|
Loading…
Reference in a new issue