projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06fb5e8
)
Apply fix for Bug 231508
author
fuzzyray
<fuzzyray@gentoo.org>
Mon, 21 Jul 2008 16:47:03 +0000
(16:47 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Mon, 21 Jul 2008 16:47:03 +0000
(16:47 -0000)
svn path=/; revision=497
trunk/src/revdep-rebuild/revdep-rebuild
patch
|
blob
|
history
diff --git
a/trunk/src/revdep-rebuild/revdep-rebuild
b/trunk/src/revdep-rebuild/revdep-rebuild
index 145a25d28b2f4279c6498a1be3cd771b0cd2aa16..ba6bf2827ccc17d2135c7fcf4b8e79bd8da322fe 100755
(executable)
--- 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
"$u
uid"
+ setup_tmpdir
$tmp_target"/"$uuid" "$
uid"
fi
# If any of our temporary files are older than 1 day, remove them all