summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2008-07-21 16:47:03 +0000
committerfuzzyray <fuzzyray@gentoo.org>2008-07-21 16:47:03 +0000
commit5fc8a69e6e8ad0552988f759ded5f03147f437ee (patch)
tree46029994a3294fe97ff374564c956ef23036dc81
parentRemove prefixed '+/-' signs from IUSE for equery uses command. (Bug 232019) (diff)
downloadgentoolkit-5fc8a69e6e8ad0552988f759ded5f03147f437ee.tar.gz
gentoolkit-5fc8a69e6e8ad0552988f759ded5f03147f437ee.tar.bz2
gentoolkit-5fc8a69e6e8ad0552988f759ded5f03147f437ee.zip
Apply fix for Bug 231508
svn path=/; revision=497
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild
index 145a25d..ba6bf28 100755
--- a/trunk/src/revdep-rebuild/revdep-rebuild
+++ b/trunk/src/revdep-rebuild/revdep-rebuild
@@ -545,10 +545,11 @@ get_search_env() {
local uuid="${SONAME##*/}"
uuid="${uuid//[[:space:]]}"
uuid="${uuid//\*}"
+ uuid="${uuid//\\}"
HEAD_TEXT="using $SONAME"
OK_TEXT="There are no dynamic links to $SONAME"
unset WORKING_TEXT
- setup_tmpdir "$uuid"
+ setup_tmpdir $tmp_target"/"$uuid" "$uid"
fi
# If any of our temporary files are older than 1 day, remove them all