forked from lix-project/lix
Use sysconfdir=/etc
This commit is contained in:
parent
42d6f640c1
commit
649bb60617
|
@ -89,10 +89,13 @@ let
|
|||
--with-dbd-sqlite=${perlPackages.DBDSQLite}/${perl.libPrefix}
|
||||
--with-www-curl=${perlPackages.WWWCurl}/${perl.libPrefix}
|
||||
--enable-gc
|
||||
--sysconfdir=/etc
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
installFlags = "sysconfdir=$(out)/etc";
|
||||
|
||||
doInstallCheck = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue