Gentoo Archives: gentoo-dev

From: Terje Kvernes <terjekv@××××××××.no>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] <foo>-config scripts.
Date: Sat, 13 Apr 2002 15:06:25
Message-Id: wxxu1qfpdmo.fsf@nommo.uio.no
In Reply to: Re: [gentoo-dev] -config scripts. by George Shapovalov
1 George Shapovalov <georges@×××××××××××.edu> writes:
2
3 > Just a quick thought:
4 > when you do make install do you do:
5 > make DESTDIR=${D} install || die
6 >
7 > or:
8 > make \
9 > prefix=${D}/usr \
10 > mandir=${D}/usr/share/man \
11 > infodir=${D}/usr/share/info \
12 > install || die
13 >
14 > With the first one I am getting sandbox violation for many "not
15 > completely compliant" packages. Second one worked nicely so
16 > far. Even if some stuff goes (for example ) to /usr/doc instead of
17 > /usr/share/doc but it at least goes under ${D} and can be fixed
18 > later-on.
19
20 the same thing happens. `ggz-config --data` returns
21 '/usr/share/ggz' whenever it is called. it does _not_ care about
22 $prefix or DESTDIR or anything at all. :/
23
24 --
25 Terje

Replies

Subject Author
Re: [gentoo-dev] <foo>-config scripts. Martin Schlemmer <azarah@g.o>
Re: [gentoo-dev] <foo>-config scripts. George Shapovalov <georges@×××××××××××.edu>