[PC-BSD Commits] r8232 - pcbsd/current/src-sh/pc-thinclient
svn at pcbsd.org
svn at pcbsd.org
Fri Dec 17 12:15:54 PST 2010
Author: kris
Date: 2010-12-17 12:15:54 -0800 (Fri, 17 Dec 2010)
New Revision: 8232
Modified:
pcbsd/current/src-sh/pc-thinclient/pc-thinclient
Log:
Fixed up pc-thinclient building chroot world ports
Modified: pcbsd/current/src-sh/pc-thinclient/pc-thinclient
===================================================================
--- pcbsd/current/src-sh/pc-thinclient/pc-thinclient 2010-12-17 18:01:47 UTC (rev 8231)
+++ pcbsd/current/src-sh/pc-thinclient/pc-thinclient 2010-12-17 20:15:54 UTC (rev 8232)
@@ -33,6 +33,7 @@
DHCPPORT="net/isc-dhcp41-server"
PXEWORLD="/home/thinclient"
WORLDPORTS="x11/xorg graphics/xv"
+export WORLDPORTS
# Start configuring the base system
check_configsystem() {
@@ -109,6 +110,7 @@
if [ "$?" != "0" ] ; then
exit_err "Failed building thinclient world ports!"
fi
+ rm ${PXEWORLD}/.mkports.sh
}
More information about the Commits
mailing list