svn commit: r249893 - head

Bryan Drewery bdrewery at FreeBSD.org
Thu Apr 25 12:05:18 UTC 2013


Author: bdrewery (ports committer)
Date: Thu Apr 25 12:05:17 2013
New Revision: 249893
URL: http://svnweb.freebsd.org/changeset/base/249893

Log:
  Fix installworld with DB_FROM_SRC after r249807
  
  Approved by:	bapt
  Reported by:	Tom Everett

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Apr 25 11:25:24 2013	(r249892)
+++ head/Makefile.inc1	Thu Apr 25 12:05:17 2013	(r249893)
@@ -616,6 +616,7 @@ kernel-toolchain: ${TOOLCHAIN_TGTS:N_inc
 # Checks to be sure system is ready for installworld/installkernel.
 #
 installcheck:
+installcheck_UGID:
 
 #
 # Require DESTDIR to be set if installing for a different architecture or


More information about the svn-src-all mailing list