treewide: installTargets is a list

This commit is contained in:
Robin Gloster
2019-12-31 00:25:26 +01:00
committed by Jan Tojnar
parent ba0a3edf7f
commit 755db0b689
18 changed files with 20 additions and 38 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
"--disable-checks"
];
installTargets = "install-staged"; # install does also try to change permissions of /etc/* files
installTargets = [ "install-staged" ]; # install does also try to change permissions of /etc/* files
# fcron tries to install pid into system directory on install
installFlags = [