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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user