[PC-BSD Commits] r5075 - pcbsd/trunk/SysInstaller
svn at pcbsd.org
svn at pcbsd.org
Wed Nov 18 16:20:40 PST 2009
Author: kris
Date: 2009-11-18 16:20:40 -0800 (Wed, 18 Nov 2009)
New Revision: 5075
Removed:
pcbsd/trunk/SysInstaller/ai.steps
Modified:
pcbsd/trunk/SysInstaller/backend.h
Log:
Updated location of pc-sysinstall for the GUI front-end
Modified: pcbsd/trunk/SysInstaller/backend.h
===================================================================
--- pcbsd/trunk/SysInstaller/backend.h 2009-11-19 00:19:22 UTC (rev 5074)
+++ pcbsd/trunk/SysInstaller/backend.h 2009-11-19 00:20:40 UTC (rev 5075)
@@ -9,8 +9,8 @@
#include <QProcess>
#include <QByteArray>
-#define PCSYSINSTALL QString("/root/pc-sysinstall/pc-sysinstall")
-#define PCSYSINSTALLDIR QString("/root/pc-sysinstall")
+#define PCSYSINSTALL QString("/pc-sysinstall/pc-sysinstall")
+#define PCSYSINSTALLDIR QString("/pc-sysinstall")
namespace Scripts {
More information about the Commits
mailing list