svn commit: r289115 - head
Baptiste Daroussin
bapt at FreeBSD.org
Sat Oct 10 14:43:47 UTC 2015
Author: bapt
Date: Sat Oct 10 14:43:46 2015
New Revision: 289115
URL: https://svnweb.freebsd.org/changeset/base/289115
Log:
Fix installing config files as non root
Reported by: adrian
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Sat Oct 10 10:48:09 2015 (r289114)
+++ head/Makefile.inc1 Sat Oct 10 14:43:46 2015 (r289115)
@@ -1003,7 +1003,9 @@ distrib-dirs: .MAKE
distribution: .MAKE
cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} \
${IMAKE_INSTALL} ${IMAKE_MTREE} METALOG=${METALOG} ${.TARGET}
- ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 installconfig
+ ${_+_}cd ${.CURDIR}; ${CROSSENV} PATH=${TMPPATH} \
+ ${MAKE} -f Makefile.inc1 ${IMAKE_INSTALL} \
+ METALOG=${METALOG} installconfig
#
# buildkernel and installkernel
More information about the svn-src-all
mailing list