Gentoo Archives: gentoo-alt

From: matt <mattmatteh@×××××××××.net>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] adding prefix path to user profile
Date: Thu, 26 Apr 2007 07:16:29
Message-Id: 20070426021616.71b0a41a@thing.home
1 i have set my path for gentoo prefix in ~/profile on osx. i noticed
2 that
3 http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
4 doesnt suggest doing so. would it be a good idea to add that for osx,
5 unix, and linux? here is what i have in ~/.profile for osx.
6
7 ibook:~ matt$ cat .profile
8 export EDITOR=$(which nano)
9 EPREFIX="$HOME/gentoo"
10 GENTOO_LOCAL="$EPREFIX/usr/local/bin"
11 GENTOO="$EPREFIX/bin:$EPREFIX/sbin:$EPREFIX/usr/bin:$EPREFIX/usr/sbin:$EPREFIX/usr/lib:$EPREFIX/usr/games/bin:$GENTOO_LOCAL"
12 PATH="/bin:/sbin:/usr/bin:/usr/sbin"
13 PATH="$GENTOO:$PATH"
14 export PATH
15 [ -r /etc/bashrc ] && source /etc/bashrc
16 ibook:~ matt$
17
18 thanks
19
20 matt
21 --
22 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] adding prefix path to user profile Fabian Groffen <grobian@g.o>
Re: [gentoo-alt] adding prefix path to user profile Michael Haubenwallner <michael.haubenwallner@×××××××.at>