Gentoo Archives: gentoo-dev

From: Spider <spider@g.o>
To: gentoo-dev <gentoo-dev@g.o>
Subject: [gentoo-dev] how do I : make portage "fix" symlinks during make install?
Date: Wed, 29 May 2002 10:33:40
Message-Id: 20020529163355.4929f025.spider@gentoo.org
1 Hello,
2 I'm trying to solve this bug :
3 http://bugs.gentoo.org/show_bug.cgi?id=2094
4 and looking at the src_install, it does make DESTDIR... install
5 looking inside scrollkeeper Makefiles show :
6
7
8 install-data-local:
9 $(LN_S) -f -n $(DESTDIR)$(scrollkeeper_data_link_dir)
10 $(DESTDIR)$(scrollkeeper_data_dir)
11
12
13 Now...
14 how would I go around making portage change the destination links as
15 well as the issuing links here?
16
17
18
19 //Spider
20 --
21 begin .signature
22 This is a .signature virus! Please copy me into your .signature!
23 See Microsoft KB Article Q265230 for more information.
24 end

Replies