[PC-BSD Commits] r5197 - pcbsd/trunk/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 2 09:47:29 PST 2009
Author: kris
Date: 2009-12-02 09:47:29 -0800 (Wed, 02 Dec 2009)
New Revision: 5197
Modified:
pcbsd/trunk/SysInstaller/main.cpp
Log:
Opps, forgot to do same with main.cpp
Modified: pcbsd/trunk/SysInstaller/main.cpp
===================================================================
--- pcbsd/trunk/SysInstaller/main.cpp 2009-12-02 17:47:05 UTC (rev 5196)
+++ pcbsd/trunk/SysInstaller/main.cpp 2009-12-02 17:47:29 UTC (rev 5197)
@@ -18,9 +18,9 @@
// Check what directory our app is in
QString appDir;
- if ( QFile::exists("/PCBSD/SysInstaller/bin/SysInstaller") )
+ if ( QFile::exists("/usr/PCBSD/SysInstaller/bin/SysInstaller") )
{
- appDir = "/PCBSD/SysInstaller";
+ appDir = "/usr/PCBSD/SysInstaller";
} else {
appDir = QCoreApplication::applicationDirPath();
}
More information about the Commits
mailing list