[PC-BSD Commits] r7516 - pcbsd/current/src-qt4/pc-sysinstaller
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 6 09:55:30 PDT 2010
Author: kris
Date: 2010-09-06 09:55:30 -0700 (Mon, 06 Sep 2010)
New Revision: 7516
Modified:
pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp
Log:
Copy the xorg-gui stuff from the correct location on disk now
Modified: pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp 2010-09-06 15:39:10 UTC (rev 7515)
+++ pcbsd/current/src-qt4/pc-sysinstaller/sysinstaller.cpp 2010-09-06 16:55:30 UTC (rev 7516)
@@ -570,8 +570,8 @@
else
tmpList << "packageType=uzip";
- tmpList << "runCommand=cp /usr/local/share/xorg-gui/conf/ttys.xsetup /etc/ttys";
- tmpList << "runExtCommand=cp /etc/X11/xorg.conf ${FSMNT}/usr/local/share/xorg-gui/conf/xorg.conf.basic";
+ tmpList << "runCommand=cp /usr/local/share/pcbsd/xorg-gui/conf/ttys.xsetup /etc/ttys";
+ tmpList << "runExtCommand=cp /etc/X11/xorg.conf ${FSMNT}/usr/local/share/pcbsd/xorg-gui/conf/xorg.conf.basic";
summaryList << tr("Performing a system upgrade of PC-BSD on:") + " /dev/" + upDrive;
} else {
tmpList << "installType=FreeBSD";
More information about the Commits
mailing list