[PC-BSD Commits] r21350 - pcbsd/current/src-qt4/pc-installgui
svn at pcbsd.org
svn at pcbsd.org
Mon Feb 4 10:44:29 PST 2013
Author: kris
Date: 2013-02-04 18:44:29 +0000 (Mon, 04 Feb 2013)
New Revision: 21350
Modified:
pcbsd/current/src-qt4/pc-installgui/installer.cpp
Log:
Opps, fix a typo
Modified: pcbsd/current/src-qt4/pc-installgui/installer.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-installgui/installer.cpp 2013-02-04 17:54:25 UTC (rev 21349)
+++ pcbsd/current/src-qt4/pc-installgui/installer.cpp 2013-02-04 18:44:29 UTC (rev 21350)
@@ -1539,10 +1539,10 @@
if ( wheelCurItem != wPCSERVER && wheelCurItem != 11 && wheelCurItem != 12) {
curList = listDeskPkgs;
- pkg-list << "pcbsd-base";
+ pkgList << "pcbsd-base";
} else {
curList = listServerPkgs;
- pkg-list << "trueos-base";
+ pkgList << "trueos-base";
}
// Loop though list of pkgs, see what to install
More information about the Commits
mailing list