ofono: allow users to change configuration via /etc

This commit is contained in:
tekeri
2021-08-21 16:49:18 +09:00
parent 000973d1a1
commit 30ee7382cd
+4
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