Gentoo Archives: gentoo-dev

From: Spider <spider@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] how do I : make portage "fix" symlinks during make install?
Date: Wed, 29 May 2002 13:57:34
Message-Id: 20020529195742.1d4f3c7c.spider@gentoo.org
In Reply to: Re: [gentoo-dev] how do I : make portage "fix" symlinks during make install? by Ben Lutgens
1 Mostly because theres a whole fscking lot of them....
2 one for every i18n variant as of the all.
3
4 //Spider
5
6 begin quote
7 On Wed, 29 May 2002 13:15:37 -0500
8 Ben Lutgens <lamer@g.o> wrote:
9
10 > On Wed, May 29, 2002 at 04:33:55PM +0200, Spider wrote:
11 > >Hello,
12 > > I'm trying to solve this bug :
13 > > http://bugs.gentoo.org/show_bug.cgi?id=2094
14 > > and looking at the src_install, it does make DESTDIR... install
15 > >looking inside scrollkeeper Makefiles show :
16 > >
17 > >
18 > >install-data-local:
19 > > $(LN_S) -f -n $(DESTDIR)$(scrollkeeper_data_link_dir)
20 > >$(DESTDIR)$(scrollkeeper_data_dir)
21 >
22 > Why not comment that out with some sed black magic and do a
23 > for i in /path/to/files/* ; do
24 > dosym $i /path/to/symlink/to
25 > done
26 >
27 > >
28 > >
29 > >Now...
30 > > how would I go around making portage change the destination links
31 > > as
32 > >well as the issuing links here?
33 > >
34 > >
35 > >
36 > >//Spider
37 > >--
38 > >begin .signature
39 > >This is a .signature virus! Please copy me into your .signature!
40 > >See Microsoft KB Article Q265230 for more information.
41 > >end
42 >
43 >
44 >
45 > --
46 > Ben Lutgens | http://people.sistina.com/~blutgens/
47 > System Administrator | http://www.sistina.com/
48 > Sistina Software Inc. |
49 >
50 > "I got a wife and kids too but you don't see me out here stealing
51 > Imperial Droids now do ya?"
52 >
53
54
55 --
56 begin .signature
57 This is a .signature virus! Please copy me into your .signature!
58 See Microsoft KB Article Q265230 for more information.
59 end

Replies