diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2008-07-21 16:47:03 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2008-07-21 16:47:03 +0000 |
| commit | 5fc8a69e6e8ad0552988f759ded5f03147f437ee (patch) | |
| tree | 46029994a3294fe97ff374564c956ef23036dc81 /trunk | |
| parent | 06fb5e8777a4065e8593c9eb9da319b728ad7be6 (diff) | |
| download | gentoolkit-5fc8a69e6e8ad0552988f759ded5f03147f437ee.tar.gz | |
Apply fix for Bug 231508
svn path=/; revision=497
Diffstat (limited to 'trunk')
| -rwxr-xr-x | trunk/src/revdep-rebuild/revdep-rebuild | 3 |
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 |
