[PC-BSD Commits] r7529 - pcbsd/current/src-qt4/pc-sysinstaller
svn at pcbsd.org
svn at pcbsd.org
Wed Sep 8 07:49:17 PDT 2010
Author: kris
Date: 2010-09-08 07:49:17 -0700 (Wed, 08 Sep 2010)
New Revision: 7529
Modified:
pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp
Log:
Fixed location of file copies
Modified: pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp 2010-09-08 14:47:19 UTC (rev 7528)
+++ pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp 2010-09-08 14:49:17 UTC (rev 7529)
@@ -719,8 +719,8 @@
// If this is a PC-BSD Install, do a few extra commands after everything else
if ( radioInstallPCBSD->isChecked() ) {
- cfgList << "runCommand=cp /usr/local/share/xorg-gui/conf/ttys.xsetup /etc/ttys";
- cfgList << "runExtCommand=cp /etc/X11/xorg.conf ${FSMNT}/usr/local/share/xorg-gui/conf/xorg.conf.basic";
+ cfgList << "runCommand=cp /usr/local/share/pcbsd/xorg-gui/conf/ttys.xsetup /etc/ttys";
+ cfgList << "runExtCommand=cp /etc/X11/xorg.conf ${FSMNT}/usr/local/share/pcbsd/xorg-gui/conf/xorg.conf.basic";
if (! radioUpgrade->isChecked() )
cfgList << "runCommand=sh /usr/PCBSD/Scripts/reset-firewall";
}
More information about the Commits
mailing list