svn commit: r246702 - projects/portbuild/tools

Mark Linimon linimon at FreeBSD.org
Tue Feb 12 03:14:48 UTC 2013


Author: linimon (doc,ports committer)
Date: Tue Feb 12 03:14:47 2013
New Revision: 246702
URL: http://svnweb.freebsd.org/changeset/base/246702

Log:
  Continue the move from /var/portbuild to /a/portbuild.

Modified:
  projects/portbuild/tools/addarch

Modified: projects/portbuild/tools/addarch
==============================================================================
--- projects/portbuild/tools/addarch	Tue Feb 12 01:37:33 2013	(r246701)
+++ projects/portbuild/tools/addarch	Tue Feb 12 03:14:47 2013	(r246702)
@@ -3,8 +3,8 @@
 # server-side script to add an architecture.  Should be run as root.
 
 # configurable variables
-pbc=${PORTBUILD_CHECKOUT:-/var/portbuild}
-pbd=${PORTBUILD_DATA:-/var/portbuild}
+pbc=${PORTBUILD_CHECKOUT:-/a/portbuild}
+pbd=${PORTBUILD_DATA:-/a/portbuild}
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:${pbc}/scripts
 


More information about the svn-src-projects mailing list