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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to