Fcron: Disable checks for root{name,group} and others.

This fixes building fcron. It was complaining it couldn't check root's
user name and the suggested flag (--with-rootname) didn't do anything.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
Moritz Ulrich 2013-08-27 22:22:57 +02:00
parent bed5514a6e
commit 65e5dd8f99

View file

@ -22,6 +22,9 @@ stdenv.mkDerivation rec {
# fcron would have been default user/grp
"--with-username=root"
"--with-groupname=root"
"--with-rootname=root"
"--with-rootgroup=root"
"--disable-checks"
];
installTargets = "install-staged"; # install does also try to change permissions of /etc/* files