From owner-freebsd-ports Thu Jul 20 13:55: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 10BAE37B82D for ; Thu, 20 Jul 2000 13:55:06 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-12.ix.netcom.com [205.186.215.12]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id QAA11540; Thu, 20 Jul 2000 16:55:02 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id NAA63802; Thu, 20 Jul 2000 13:55:00 -0700 (PDT) To: Donn Miller Cc: ports@freebsd.org Subject: Re: mtree problems during make install on -current References: <3976EA01.FB36D819@cvzoom.net> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 20 Jul 2000 13:54:59 -0700 In-Reply-To: Donn Miller's message of "Thu, 20 Jul 2000 08:01:05 -0400" Message-ID: Lines: 9 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * The following attached patch fixes the problem. Note that the `-p' * option has to be at the end of MTREE_ARGS, not `-L'. * -MTREE_ARGS?= -U -f ${MTREE_FILE} -d -e -p -L * +MTREE_ARGS?= -U -f ${MTREE_FILE} -L -d -e -p Thanks, committed! Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message