Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384941 - devmanual does not mention that there are recursive versions of the do* install functions
Summary: devmanual does not mention that there are recursive versions of the do* insta...
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Devmanual (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Devmanual Team
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks:
 
Reported: 2011-09-29 14:32 UTC by Moritz Schlarb
Modified: 2018-11-08 14:15 UTC (History)
1 user (show)

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 Moritz Schlarb 2011-09-29 14:32:38 UTC
I recently tried writing my own ebuild and I used a for loop to install all contents of a directory, until someone pointed out, that I simply could use doins -r instead.
I can't find any mention about the recursive behaviour in the devmanual page: http://devmanual.gentoo.org/function-reference/install-functions/index.html
This could propably be added!

Reproducible: Always
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2013-01-19 10:18:02 UTC
Patch ? :)
Comment 2 Moritz Schlarb 2017-06-10 06:54:14 UTC
(In reply to Markos Chandras from comment #1)
> Patch ? :)

There you go:
https://github.com/gentoo/devmanual.gentoo.org/pull/66

;-)