From owner-freebsd-questions Mon Mar 17 15:25: 0 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1657237B404 for ; Mon, 17 Mar 2003 15:24:59 -0800 (PST) Received: from imo-r01.mx.aol.com (imo-r01.mx.aol.com [152.163.225.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A65343F93 for ; Mon, 17 Mar 2003 15:24:58 -0800 (PST) (envelope-from edinho64@netscape.net) Received: from edinho64@netscape.net by imo-r01.mx.aol.com (mail_out_v34.21.) id w.1b.7c0b9e6 (16238); Mon, 17 Mar 2003 18:24:50 -0500 (EST) Received: from netscape.net (pool-151-198-129-5.mad.east.verizon.net [151.198.129.5]) by air-in03.mx.aol.com (v92.17) with ESMTP id MAILININ32-3f6e3e7659412e1; Mon, 17 Mar 2003 18:24:50 -0500 Message-ID: <3E76593B.4080301@netscape.net> Date: Mon, 17 Mar 2003 18:24:43 -0500 From: Edinho User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: vogelke@pobox.com, freebsd-questions@freebsd.org Subject: Re: Logging "make install" References: <20030317193858.13126.qmail@kev.nowhere.usa> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vogelke@pobox.com wrote: >>>On Mon, 17 Mar 2003 13:36:22 -0500, >>>Edinho said: >>> >>> > >E> If you're building a package which is not in the ports tree using make >E> and make install how would you log every file that gets installed in >E> your system? > > If the package comes with a configure script, do something like this: > > you% ./configure --prefix=/tmp/local > you% mkdir /tmp/local > you% make > you% make install > you% find /tmp/local -print > /tmp/installed-files.txt > you% make distclean > > Then rebuild with your real destination. > > > Thanks, that worked fine. I needed to uninstall of those so I could install the one in the ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message