[PC-BSD Commits] r21131 - pcbsd/current/src-qt4/pc-installgui
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 24 11:56:25 PST 2013
Author: kris
Date: 2013-01-24 19:56:25 +0000 (Thu, 24 Jan 2013)
New Revision: 21131
Modified:
pcbsd/current/src-qt4/pc-installgui/installer.cpp
Log:
Use full path
Modified: pcbsd/current/src-qt4/pc-installgui/installer.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-installgui/installer.cpp 2013-01-24 19:42:02 UTC (rev 21130)
+++ pcbsd/current/src-qt4/pc-installgui/installer.cpp 2013-01-24 19:56:25 UTC (rev 21131)
@@ -1015,7 +1015,7 @@
cfgList << "runCommand=/usr/local/bin/pc-xdgutil updatemenu";
// Re-Extract PC-BSD distfile to update some pkg config files
- cfgList << "runCommand=pc-extractoverlay";
+ cfgList << "runCommand=/usr/local/bin/pc-extractoverlay";
// Copy the known good xorg config to disk
cfgList << "runExtCommand=cp /etc/X11/xorg.conf ${FSMNT}/usr/local/share/pcbsd/xorg-gui/conf/xorg.conf.basic";
@@ -1035,7 +1035,7 @@
// Re-Extract TrueOS distfile to update some pkg config files
cfgList << "runExtCommand=cp /dist/trueos.txz ${FSMNT}/usr/local/share/pcbsd/distfiles/overlay.txz";
- cfgList << "runCommand=pc-extractoverlay";
+ cfgList << "runCommand=/usr/local/bin/pc-extractoverlay";
cfgList << "runCommand=newaliases";
} else { // End of PC-BSD specific setup
More information about the Commits
mailing list