mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
install-qa-check.d: disallow "nix" and "gnu" as top-level paths.
These exceptions were made for the sys-apps/nix and sys-apps/guix packages that are no longer in the tree. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
@@ -17,8 +17,6 @@ gentoo_path_check() {
|
||||
local allowed_paths_toplevel=(
|
||||
"${allowed_common_dirs[@]}"
|
||||
boot dev etc opt srv usr var
|
||||
nix # sys-apps/nix, bug #670902
|
||||
gnu # sys-apps/guix, bug #670902
|
||||
)
|
||||
|
||||
# directories in /usr which can be installed to by ebuilds
|
||||
|
||||
Reference in New Issue
Block a user