From 5fc8a69e6e8ad0552988f759ded5f03147f437ee Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Mon, 21 Jul 2008 16:47:03 +0000 Subject: Apply fix for Bug 231508 svn path=/; revision=497 --- trunk/src/revdep-rebuild/revdep-rebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'trunk') 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 -- cgit v1.2.3