projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d07f74
)
install_hooks: fix variable name for PORTAGE_CONFIGROOT
author
Fabian Groffen
<grobian@gentoo.org>
Fri, 23 Sep 2011 18:35:29 +0000
(20:35 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Fri, 23 Sep 2011 18:35:29 +0000
(20:35 +0200)
in addition, omit the leading slash, since PORTAGE_CONFIGROOT contains a
trailing slash
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index a54ce2b793e50fc3dc9f63d0037d5a1960b97a4d..882d17165ad65e9359a03ba9339ebdc53193efca 100755
(executable)
--- 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_CONFIG
ROOT}
etc/portage/hooks/install"
local fp
local ret=0
shopt -s nullglob