diff --git a/src/plugins/madde/maemoremotemounter.cpp b/src/plugins/madde/maemoremotemounter.cpp index 8ed3ac55f59..b9a28e730a3 100644 --- a/src/plugins/madde/maemoremotemounter.cpp +++ b/src/plugins/madde/maemoremotemounter.cpp @@ -78,7 +78,7 @@ void MaemoRemoteMounter::setProfile(const Profile *profile) Core::Id typeId = DeviceTypeProfileInformation::deviceTypeId(profile); m_remoteMountsAllowed = MaddeDevice::allowsRemoteMounts(typeId); - m_maddeRoot = SysRootProfileInformation::sysRoot(profile); + m_maddeRoot = SysRootProfileInformation::sysRoot(profile).parentDir().parentDir(); } void MaemoRemoteMounter::addMountSpecification(const MaemoMountSpecification &mountSpec,