Date: Thu, 25 Apr 2013 12:05:18 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r249893 - head Message-ID: <201304251205.r3PC5IFX044930@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304251205.r3PC5IFX044930>