Gentoo Archives: gentoo-dev

From: John <list@××××××××××××××××××.us>
To: gentoo-dev@g.o
Subject: [gentoo-dev] ebuild: Hard coded paths
Date: Wed, 21 May 2003 19:54:01
Message-Id: Pine.LNX.4.53.0305211446580.15184@fbeqvq.fybgpne.cei
1 Hello,
2
3 I am attempting to create an ebuild for ircd-hybrid. This irc server
4 requires that the path to where it is installed get compiled into the
5 binary. I have verified that $P does not cut it (it is the location
6 of the temorary image directory).
7
8 How is something like this handled in portage? Can I know during the
9 build where the final destination will be? Should I just "hard code" what
10 is probably the typical case?
11
12 Thanks,
13
14 John
15
16 --
17 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] ebuild: Hard coded paths Martin Schlemmer <azarah@g.o>
Re: [gentoo-dev] ebuild: Hard coded paths Kumba <kumba@g.o>