[PC-BSD Commits] r5199 - pcbsd/trunk/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 2 10:01:42 PST 2009
Author: kris
Date: 2009-12-02 10:01:42 -0800 (Wed, 02 Dec 2009)
New Revision: 5199
Modified:
pcbsd/trunk/SysInstaller/backend.h
Log:
Updated SysInstaller backend, to use /PCBSD/pc-sysinstall now
Modified: pcbsd/trunk/SysInstaller/backend.h
===================================================================
--- pcbsd/trunk/SysInstaller/backend.h 2009-12-02 17:52:42 UTC (rev 5198)
+++ pcbsd/trunk/SysInstaller/backend.h 2009-12-02 18:01:42 UTC (rev 5199)
@@ -9,8 +9,8 @@
#include <QProcess>
#include <QByteArray>
-#define PCSYSINSTALL QString("/pc-sysinstall/pc-sysinstall")
-#define PCSYSINSTALLDIR QString("/pc-sysinstall")
+#define PCSYSINSTALL QString("/PCBSD/pc-sysinstall/pc-sysinstall")
+#define PCSYSINSTALLDIR QString("/PCBSD/pc-sysinstall")
#define PCSYSINSTALLCFG QString("/tmp/sys-install.cfg")
#define TMPLANGFILE QString("/tmp/.SysInstallLang")
More information about the Commits
mailing list