Merge pull request #134123 from tekeri/fix-ofono-sysconfdir
ofono: allow users to change configuration via /etc
This commit is contained in:
commit
d4a728969f
@ -46,6 +46,10 @@ stdenv.mkDerivation rec {
|
||||
"--enable-external-ell"
|
||||
];
|
||||
|
||||
installFlags = [
|
||||
"SYSCONFDIR=${placeholder "out"}/etc"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
rm -r $out/etc/ofono
|
||||
ln -s /etc/ofono $out/etc/ofono
|
||||
|
Loading…
Reference in New Issue
Block a user