* [gentoo-dev] how do I : make portage "fix" symlinks during make install?
@ 2002-05-29 14:33 Spider
2002-05-29 18:15 ` Ben Lutgens
0 siblings, 1 reply; 5+ messages in thread
From: Spider @ 2002-05-29 14:33 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 590 bytes --]
Hello,
I'm trying to solve this bug :
http://bugs.gentoo.org/show_bug.cgi?id=2094
and looking at the src_install, it does make DESTDIR... install
looking inside scrollkeeper Makefiles show :
install-data-local:
$(LN_S) -f -n $(DESTDIR)$(scrollkeeper_data_link_dir)
$(DESTDIR)$(scrollkeeper_data_dir)
Now...
how would I go around making portage change the destination links as
well as the issuing links here?
//Spider
--
begin .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] how do I : make portage "fix" symlinks during make install?
2002-05-29 18:15 ` Ben Lutgens
@ 2002-05-29 17:57 ` Spider
2002-05-29 19:59 ` Ben Lutgens
0 siblings, 1 reply; 5+ messages in thread
From: Spider @ 2002-05-29 17:57 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1462 bytes --]
Mostly because theres a whole fscking lot of them....
one for every i18n variant as of the all.
//Spider
begin quote
On Wed, 29 May 2002 13:15:37 -0500
Ben Lutgens <lamer@gentoo.org> wrote:
> On Wed, May 29, 2002 at 04:33:55PM +0200, Spider wrote:
> >Hello,
> > I'm trying to solve this bug :
> > http://bugs.gentoo.org/show_bug.cgi?id=2094
> > and looking at the src_install, it does make DESTDIR... install
> >looking inside scrollkeeper Makefiles show :
> >
> >
> >install-data-local:
> > $(LN_S) -f -n $(DESTDIR)$(scrollkeeper_data_link_dir)
> >$(DESTDIR)$(scrollkeeper_data_dir)
>
> Why not comment that out with some sed black magic and do a
> for i in /path/to/files/* ; do
> dosym $i /path/to/symlink/to
> done
>
> >
> >
> >Now...
> > how would I go around making portage change the destination links
> > as
> >well as the issuing links here?
> >
> >
> >
> >//Spider
> >--
> >begin .signature
> >This is a .signature virus! Please copy me into your .signature!
> >See Microsoft KB Article Q265230 for more information.
> >end
>
>
>
> --
> Ben Lutgens | http://people.sistina.com/~blutgens/
> System Administrator | http://www.sistina.com/
> Sistina Software Inc. |
>
> "I got a wife and kids too but you don't see me out here stealing
> Imperial Droids now do ya?"
>
--
begin .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] how do I : make portage "fix" symlinks during make install?
2002-05-29 14:33 [gentoo-dev] how do I : make portage "fix" symlinks during make install? Spider
@ 2002-05-29 18:15 ` Ben Lutgens
2002-05-29 17:57 ` Spider
0 siblings, 1 reply; 5+ messages in thread
From: Ben Lutgens @ 2002-05-29 18:15 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1071 bytes --]
On Wed, May 29, 2002 at 04:33:55PM +0200, Spider wrote:
>Hello,
> I'm trying to solve this bug :
> http://bugs.gentoo.org/show_bug.cgi?id=2094
> and looking at the src_install, it does make DESTDIR... install
>looking inside scrollkeeper Makefiles show :
>
>
>install-data-local:
> $(LN_S) -f -n $(DESTDIR)$(scrollkeeper_data_link_dir)
>$(DESTDIR)$(scrollkeeper_data_dir)
Why not comment that out with some sed black magic and do a
for i in /path/to/files/* ; do
dosym $i /path/to/symlink/to
done
>
>
>Now...
> how would I go around making portage change the destination links as
>well as the issuing links here?
>
>
>
>//Spider
>--
>begin .signature
>This is a .signature virus! Please copy me into your .signature!
>See Microsoft KB Article Q265230 for more information.
>end
--
Ben Lutgens | http://people.sistina.com/~blutgens/
System Administrator | http://www.sistina.com/
Sistina Software Inc. |
"I got a wife and kids too but you don't see me out here stealing Imperial
Droids now do ya?"
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] how do I : make portage "fix" symlinks during make install?
2002-05-29 17:57 ` Spider
@ 2002-05-29 19:59 ` Ben Lutgens
2002-05-29 20:28 ` Spider
0 siblings, 1 reply; 5+ messages in thread
From: Ben Lutgens @ 2002-05-29 19:59 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 448 bytes --]
On Wed, May 29, 2002 at 07:57:42PM +0200, Spider wrote:
>Mostly because theres a whole fscking lot of them....
> one for every i18n variant as of the all.
That's why you use a glob and for loop or two.
--
Ben Lutgens | http://people.sistina.com/~blutgens/
System Administrator | http://www.sistina.com/
Sistina Software Inc. |
"I got a wife and kids too but you don't see me out here stealing Imperial
Droids now do ya?"
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] how do I : make portage "fix" symlinks during make install?
2002-05-29 19:59 ` Ben Lutgens
@ 2002-05-29 20:28 ` Spider
0 siblings, 0 replies; 5+ messages in thread
From: Spider @ 2002-05-29 20:28 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 501 bytes --]
begin quote
On Wed, 29 May 2002 14:59:30 -0500
Ben Lutgens <lamer@gentoo.org> wrote:
> On Wed, May 29, 2002 at 07:57:42PM +0200, Spider wrote:
> >Mostly because theres a whole fscking lot of them....
> > one for every i18n variant as of the all.
>
> That's why you use a glob and for loop or two.
>
be my guest :) * grins and reassigns *
//Spider
--
begin .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-05-29 20:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-29 14:33 [gentoo-dev] how do I : make portage "fix" symlinks during make install? Spider
2002-05-29 18:15 ` Ben Lutgens
2002-05-29 17:57 ` Spider
2002-05-29 19:59 ` Ben Lutgens
2002-05-29 20:28 ` Spider
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox