Comment 16 for bug 442456

Revision history for this message
chatmoa (jpherbien) wrote :

this fixes the pb :

DistUpgradeCache.py
line 976
add : +"/"

...
   if d.startswith(mount_point+"/"):
       return mount_point
...