diff options
| -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 |
