SVN: PLDLiveInstaller/trunk/Updater.cpp
    shadzik 
    shadzik at pld-linux.org
       
    Thu Dec  2 19:45:32 CET 2010
    
    
  
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))
    
    
More information about the pld-cvs-commit
mailing list