Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3277 - Recursive doins
Summary: Recursive doins
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on: 4084
Blocks:
  Show dependency tree
 
Reported: 2002-05-31 11:30 UTC by Don Seiler (RETIRED)
Modified: 2003-10-10 08:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Don Seiler (RETIRED) gentoo-dev 2002-05-31 11:30:24 UTC
I'm trying to create an ebuild for forte from Sun's RPM.  I run rpm2cpio on the
rpm, which creates a 'usr/local/forte4j' dir structure from where I am.  All
that is left is to copy that forte4j directory into my destination
(/usr/local/forte4j normally).

However it appears that with 'doins' I cannot recursively copy directories and
their subdirectories and their subdirectories of subdirectories.  Is this really
the case?  Is there another procedure for doing this?  The subdirectories
structure of forte is pretty heavy and having to list each directory would be
ridiculous.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-31 11:37:28 UTC
gentoo policy is to not install into the /usr/local tree at all

if it is a binary package, and I suspect that it is, it should go into /opt
somewhere; I assume /opt/forte4j

try mv'ing things

Comment 2 Don Seiler (RETIRED) gentoo-dev 2002-05-31 11:45:22 UTC
Ah you are correct.  My apologies.

Next trick for me is to sed the runide file to point to /opt instead of
/usr/local.  Hard-coding is fun!

Please close.