Skip to content
Snippets Groups Projects
Commit 0fa98002 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Maemo: Remove "cd" call from package creation preparation.

At some point, we thought it was necessary, but apparently it's not.

Reviewed-by: kh1
parent f9959041
No related branches found
No related tags found
No related merge requests found
...@@ -536,8 +536,6 @@ bool MaemoPackageCreationStep::preparePackagingProcess(QProcess *proc, ...@@ -536,8 +536,6 @@ bool MaemoPackageCreationStep::preparePackagingProcess(QProcess *proc,
proc->setEnvironment(env.toStringList()); proc->setEnvironment(env.toStringList());
proc->setWorkingDirectory(workingDir); proc->setWorkingDirectory(workingDir);
proc->start("cd " + workingDir);
proc->waitForFinished();
return true; return true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment