ofono: allow users to change configuration via /etc

This commit is contained in:
tekeri 2021-08-15 15:48:35 +09:00
parent 000973d1a1
commit 30ee7382cd

View File

@ -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