Author: shadzik
Date: Thu Dec 2 19:45:31 2010
New Revision: 11925
Modified:
PLDLiveInstaller/trunk/Updater.cpp
Log:
- what a shame, wrong update path :P
Modified: PLDLiveInstaller/trunk/Updater.cpp
==============================================================================
--- PLDLiveInstaller/trunk/Updater.cpp (original)
+++ PLDLiveInstaller/trunk/Updater.cpp Thu Dec 2 19:45:31 2010
@@ -289,7 +289,7 @@
void UpdateNotification::getUpdate()
{
- QString fileName = "/sbin/pldliveinstaller";
+ QString fileName = "/usr/sbin/pldliveinstaller";
QString uurl = "http://pldliveinstaller.pld-linux.org/updates/" +
getKdever() + "/" + getVersion() + "/pldliveinstaller";
QUrl url(uurl);
if (QFile::exists(fileName))
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit