diff options
-rwxr-xr-x | bin/misc-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index a54ce2b79..882d17165 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -986,7 +986,7 @@ success_hooks() { } install_hooks() { - local hooks_dir="${PORTAGE_CONFIG_ROOT}/etc/portage/hooks/install" + local hooks_dir="${PORTAGE_CONFIGROOT}etc/portage/hooks/install" local fp local ret=0 shopt -s nullglob |