diff options
Diffstat (limited to 'trunk/src/equery')
| -rwxr-xr-x | trunk/src/equery/equery | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/trunk/src/equery/equery b/trunk/src/equery/equery index c6ab4c9..f141fd2 100755 --- a/trunk/src/equery/equery +++ b/trunk/src/equery/equery @@ -951,7 +951,8 @@ class CmdCheckIntegrity(Command): elif type == "sym": # FIXME: nastry strippery; portage should have this fixed! t = files[file][2] - target = os.path.normpath(t.strip()) + # target = os.path.normpath(t.strip()) + target = t.strip() if not os.path.islink(file): raise CheckException(file + " exists, but is not a symlink") tgt = os.readlink(file) |
