iproute: prefix CONFDIR so that all files are not directly under /etc
This commit is contained in:
parent
9d815b266d
commit
e6bdca625a
@ -24,11 +24,11 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildFlags = [
|
||||
"CONFDIR=/etc"
|
||||
"CONFDIR=/etc/iproute2"
|
||||
];
|
||||
|
||||
installFlags = [
|
||||
"CONFDIR=$(out)/etc"
|
||||
"CONFDIR=$(out)/etc/iproute2"
|
||||
];
|
||||
|
||||
buildInputs = [ db iptables ];
|
||||
|
Loading…
Reference in New Issue
Block a user