Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-embedded
On Fri, 2003-11-07 at 19:54, david@... wrote:
> > Any comments/corrections/ways to make this more efficient are highly welcome.
>
> actually busybox already has the executable names that it is supposed
> to link against in the package. A simple hack in the ebuild gets you
> a bit more sane results...
>
> [ "${LINKS}" = "yes" ] && {
> for i in `cat busybox.links`
> do
> dosym /bin/busybox $i
> done
> }
>
> Put that in the src_install section and it does it all for you. I
> suppose a USE variable would make a bit more sense.
Great idea.. wasn't aware of that links file. I also looked at the
tinylogin package for a file like that, but nothing. Anyhow, if anyone
is interested the updated version can be found at:
http://gentoo-dev.europeansoftware.com/
Regards,
Vano.
--
gentoo-embedded@g.o mailing list
|
|