SVN: PLDLiveInstaller/branches/0.2/Updater.cpp

shadzik shadzik at pld-linux.org
Thu Dec 2 19:46:05 CET 2010


Author: shadzik
Date: Thu Dec  2 19:46:05 2010
New Revision: 11926

Modified:
   PLDLiveInstaller/branches/0.2/Updater.cpp
Log:
- merged from trunk


Modified: PLDLiveInstaller/branches/0.2/Updater.cpp
==============================================================================
--- PLDLiveInstaller/branches/0.2/Updater.cpp	(original)
+++ PLDLiveInstaller/branches/0.2/Updater.cpp	Thu Dec  2 19:46:05 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