[PC-BSD Commits] r486 - in pcbsd/trunk/system-overlay/PCBSD/Components: ports source
svn at pcbsd.org
svn at pcbsd.org
Sun Jul 15 14:58:33 PDT 2007
Author: kris
Date: 2007-07-15 22:58:33 +0100 (Sun, 15 Jul 2007)
New Revision: 486
Modified:
pcbsd/trunk/system-overlay/PCBSD/Components/ports/install.sh
pcbsd/trunk/system-overlay/PCBSD/Components/source/install.sh
Log:
Fixed bug preventing installing source / ports from CD2 after the install
Modified: pcbsd/trunk/system-overlay/PCBSD/Components/ports/install.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/Components/ports/install.sh 2007-07-15 21:47:55 UTC (rev 485)
+++ pcbsd/trunk/system-overlay/PCBSD/Components/ports/install.sh 2007-07-15 21:58:33 UTC (rev 486)
@@ -85,7 +85,7 @@
mkdir /usr/ports
cd /usr/ports
-tar xvjf ${LOC}/${PACKAGE}
+tar xvjf ${MNTLOC}/${PACKAGE}
if [ "$?" = "0" ]
then
cd /
Modified: pcbsd/trunk/system-overlay/PCBSD/Components/source/install.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/Components/source/install.sh 2007-07-15 21:47:55 UTC (rev 485)
+++ pcbsd/trunk/system-overlay/PCBSD/Components/source/install.sh 2007-07-15 21:58:33 UTC (rev 486)
@@ -85,7 +85,7 @@
mkdir /usr/src
cd /usr/src
-tar xvjf ${LOC}/${PACKAGE}
+tar xvjf ${MNTLOC}/${PACKAGE}
if [ "$?" = "0" ]
then
cd /
More information about the Commits
mailing list