Merge pull request #330891 from jmbaur/aide-sysconfdir

aide: fix default DB/config location
This commit is contained in:
Yt 2024-07-30 00:28:39 +00:00 committed by GitHub
commit dcd0434dc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
"--with-posix-acl"
"--with-selinux"
"--with-xattr"
"--sysconfdir=/etc"
];
meta = with lib; {