[PC-BSD Commits] r1521 - pcbsd/trunk/system-overlay/PCBSD/Components/source

svn at pcbsd.org svn at pcbsd.org
Mon Mar 3 13:34:09 PST 2008


Author: kris
Date: 2008-03-03 13:34:09 -0800 (Mon, 03 Mar 2008)
New Revision: 1521

Modified:
   pcbsd/trunk/system-overlay/PCBSD/Components/source/install.sh
Log:

Fixed bug installing src.tbz from CD2



Modified: pcbsd/trunk/system-overlay/PCBSD/Components/source/install.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/Components/source/install.sh	2008-03-03 19:56:44 UTC (rev 1520)
+++ pcbsd/trunk/system-overlay/PCBSD/Components/source/install.sh	2008-03-03 21:34:09 UTC (rev 1521)
@@ -6,7 +6,7 @@
 
 CDMNT="/tmp/pcbsdcdmnt"
 MNTLOC=""
-PACKAGE="source.tbz"
+PACKAGE="src.tbz"
 
 # Start install
 #############################################################################
@@ -16,7 +16,7 @@
 do
 
 # Prompt for CD 2
-kdialog --msgbox "Please insert PC-BSD 1.4 CD2 and click OK when ready"
+kdialog --msgbox "Please insert PC-BSD CD2 and click OK when ready"
 
 mkdir ${CDMNT}
 mount_cd9660 /dev/cd0 ${CDMNT} >/dev/null 2>/dev/null



More information about the Commits mailing list