Aestethic changes suggested by Eelco, and trying to fix

the problem on rpc.statd, that looks at /etc/netconfig.

Problem: http://hydra.nixos.org/build/2310686/log/raw


svn path=/nixpkgs/trunk/; revision=33322
This commit is contained in:
Lluís Batlle i Rossell
2012-03-21 09:18:40 +00:00
parent f67b9d8f2d
commit 28027d4771
2 changed files with 7 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
preConfigure = ''
echo "" > src/des_crypt.c
sed -es"|/etc/netconfig|$out/etc/netconfig|g" -i "doc/Makefile.in"
sed -es"|/etc/netconfig|$out/etc/netconfig|g" -i doc/Makefile.in tirpc/netconfig.h
'';
preInstall = "mkdir -p $out/etc";