Maemo: Make package contents user-editable.

Reviewed-by: kh1
This commit is contained in:
ck
2010-05-03 14:47:40 +02:00
parent 7a8cf80976
commit 7140288c40
7 changed files with 261 additions and 45 deletions

View File

@@ -327,7 +327,7 @@ const QString AbstractMaemoRunControl::targetCmdLinePrefix() const
const QString &installPrefix = m_needsInstall
? remoteInstallCommand() + QLatin1String(" && ")
: QString();
return QString::fromLocal8Bit("%1%2 chmod u+x %3 && source /etc/profile && ")
return QString::fromLocal8Bit("%1%2 chmod a+x %3 && source /etc/profile && ")
.arg(installPrefix).arg(remoteSudo()).arg(executableFilePathOnTarget());
}