From: fuzzyray Date: Mon, 21 Jul 2008 16:47:03 +0000 (-0000) Subject: Apply fix for Bug 231508 X-Git-Tag: gentoolkit-0.2.4.3~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5fc8a69e6e8ad0552988f759ded5f03147f437ee;p=gentoolkit.git Apply fix for Bug 231508 svn path=/; revision=497 --- 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