Gentoo Archives: gentoo-user

From: Zac Slade <krakrjak@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] What about a new file system subtree?
Date: Sat, 18 Feb 2006 15:50:08
Message-Id: 200602180944.59424.krakrjak@volumehost.net
In Reply to: [gentoo-user] [OT] What about a new file system subtree? by "Rafael Fernández López"
1 On Saturday 18 February 2006 09:52, Rafael Fernández López wrote:
2 > "./configure ; make ; make install" (in an app called 'whatever') and it
3 > could create for example "/home/me/bin/whatever" and
4 > "/home/me/share/doc/whatever" or
5 > "/home/me/doc/whatever", and so on.
6 This is what --prefix is for.
7 ./configure --prefix=~/
8 make && make install
9 This puts it into /home/user/ where /home/user is considered to be /
10 --
11 Zac Slade
12
13 --
14 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] [OT] What about a new file system subtree? "Rafael Fernández López" <info@××××××××××××××××××.com>