Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2012 23:23:34 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r244322 - projects/portbuild/pxedust
Message-ID:  <201212162323.qBGNNYUW071743@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon (doc,ports committer)
Date: Sun Dec 16 23:23:34 2012
New Revision: 244322
URL: http://svnweb.freebsd.org/changeset/base/244322

Log:
  Try to push the mount points down one directory.  WIP.

Modified:
  projects/portbuild/pxedust/pxedust

Modified: projects/portbuild/pxedust/pxedust
==============================================================================
--- projects/portbuild/pxedust/pxedust	Sun Dec 16 23:09:27 2012	(r244321)
+++ projects/portbuild/pxedust/pxedust	Sun Dec 16 23:23:34 2012	(r244322)
@@ -115,8 +115,13 @@ make ${COMMON_ENV} distribution || exit 
 echo "make distribution: finished."
 echo
 
-mkdir -p ${DESTDIR}/usr2 || exit 1
-mkdir -p ${DESTDIR}/usr3 || exit 1
+# XXX MCL must be some way to decrease the hard-coding here
+mkdir -p ${DESTDIR}/usr2/portbuild || exit 1
+mkdir -p ${DESTDIR}/usr2/squid || exit 1
+# best choice for 1 spindle
+mkdir -p ${DESTDIR}/usr2/pkgbuild || exit 1
+# best choice for 2 spindles
+mkdir -p ${DESTDIR}/usr3/pkgbuild || exit 1
 
 cp /dev/null ${LOGFILE}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212162323.qBGNNYUW071743>