Fix to last commit

This commit is contained in:
Christophe Dumez
2010-10-01 20:51:08 +00:00
parent af61ed7c72
commit 828ecb6b3c
3 changed files with 21 additions and 0 deletions

View File

@@ -549,6 +549,10 @@ void SearchEngine::updateNova() {
}
}
}
#ifndef Q_WS_WIN
// Fix permissions
misc::chmod644(QDir(misc::searchEngineLocation()));
#endif
}
// Slot called when search is Finished