projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f39c43
)
install-qa-check.d/08gentoo-paths: add nix to allowed_paths_toplevel
author
Zac Medico
<zmedico@gentoo.org>
Mon, 11 Nov 2019 23:03:40 +0000
(15:03 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 11 Nov 2019 23:04:48 +0000
(15:04 -0800)
Closes: https://bugs.gentoo.org/670902
Suggested-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
metadata/install-qa-check.d/08gentoo-paths
patch
|
blob
|
history
diff --git
a/metadata/install-qa-check.d/08gentoo-paths
b/metadata/install-qa-check.d/08gentoo-paths
index 5161aef992218733360eba3ac07a2588ad7251a3..9db1f9b3ce05949a0995e7dbbba39a7929fda41e 100644
(file)
--- 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