Git commit ba72501542bd9055187ab82bacf1cf022534a8a7 by Giorgos Tsiapaliwkas. Committed on 11/07/2012 at 20:29. Pushed by tsiapaliwkas into branch 'terietor/remoteinstallerV2'. Fix the source of remoteinstaller M +2 -6 publisher/remoteinstaller/remoteinstaller.cpp http://commits.kde.org/plasmate/ba72501542bd9055187ab82bacf1cf022534a8a7 diff --git a/publisher/remoteinstaller/remoteinstaller.cpp b/publisher/remo= teinstaller/remoteinstaller.cpp index 2f089ec..1d1c732 100644 --- a/publisher/remoteinstaller/remoteinstaller.cpp +++ b/publisher/remoteinstaller/remoteinstaller.cpp @@ -46,12 +46,8 @@ RemoteInstaller::RemoteInstaller(const QString& username= , const QString& hostnam m_destinationPath =3D m_execUrl; m_destinationPath.setPath(temporaryDirectory); = - //we need the name of the package and the directory - QDir packageDir(source); - //NOTE our path isn't a directory it is a metadata.desktop, - //that's plasmate's way to validate packages - packageDir.cdUp(); - m_sourcePath =3D packageDir.path(); + //we need our source path + m_sourcePath =3D source; = m_plasmaPkgUrl.append("plasmapkg -u " + temporaryDirectory + packageDi= r.dirName() + '/'); =20