OSDN Git Service

Maemo: Remove "cd" call from package creation preparation.
authorChristian Kandeler <christian.kandeler@nokia.com>
Wed, 17 Nov 2010 17:22:23 +0000 (18:22 +0100)
committerChristian Kandeler <christian.kandeler@nokia.com>
Wed, 17 Nov 2010 17:23:26 +0000 (18:23 +0100)
At some point, we thought it was necessary, but apparently it's not.

Reviewed-by: kh1
src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp

index 246fbaf..2e63c08 100644 (file)
@@ -536,8 +536,6 @@ bool MaemoPackageCreationStep::preparePackagingProcess(QProcess *proc,
 
     proc->setEnvironment(env.toStringList());
     proc->setWorkingDirectory(workingDir);
-    proc->start("cd " + workingDir);
-    proc->waitForFinished();
     return true;
 }