svn commit: r282799 - head/release

Glen Barber gjb at FreeBSD.org
Tue May 12 01:27:59 UTC 2015


Author: gjb
Date: Tue May 12 01:27:58 2015
New Revision: 282799
URL: https://svnweb.freebsd.org/changeset/base/282799

Log:
  Avoid polluting the filesystem when not necessary.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/Makefile.mirrors

Modified: head/release/Makefile.mirrors
==============================================================================
--- head/release/Makefile.mirrors	Tue May 12 01:20:27 2015	(r282798)
+++ head/release/Makefile.mirrors	Tue May 12 01:27:58 2015	(r282799)
@@ -14,8 +14,8 @@
 
 .include "${.CURDIR}/Makefile"
 
-FTPDIR?=		/ftp
 RELEASEDIR?=		/R
+FTPDIR?=		${RELEASEDIR}/ftp-stage
 STAGE_TARGETS?=		iso-images-stage
 
 # snapshot


More information about the svn-src-all mailing list