diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-11-11 15:03:40 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-11-11 15:04:48 -0800 |
commit | 598e450e5615e32a63c5fd6f3a9ce65ffc557b4f (patch) | |
tree | 7a81f17ad629fef79278b821002d6f14d7397eb8 | |
parent | games-rpg/freedroidrpg: version bump (diff) | |
download | gentoo-598e450e5615e32a63c5fd6f3a9ce65ffc557b4f.tar.gz gentoo-598e450e5615e32a63c5fd6f3a9ce65ffc557b4f.tar.bz2 gentoo-598e450e5615e32a63c5fd6f3a9ce65ffc557b4f.zip |
install-qa-check.d/08gentoo-paths: add nix to allowed_paths_toplevel
Closes: https://bugs.gentoo.org/670902
Suggested-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | metadata/install-qa-check.d/08gentoo-paths | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/install-qa-check.d/08gentoo-paths b/metadata/install-qa-check.d/08gentoo-paths index 5161aef99221..9db1f9b3ce05 100644 --- a/metadata/install-qa-check.d/08gentoo-paths +++ b/metadata/install-qa-check.d/08gentoo-paths @@ -16,7 +16,7 @@ gentoo_path_check() { # /home is not included as no ebuilds should install files there local allowed_paths_toplevel=( "${allowed_common_dirs[@]}" - boot dev etc opt srv usr var + boot dev etc nix opt srv usr var ) # directories in /usr which can be installed to by ebuilds |