| Home | Trees | Indices | Help |
|
|---|
|
|
action.Action --+
|
action.RecipeAction --+
|
BuildAction --+
|
_FileAction --+
|
Link
r.Link() - Creates a hard link
r.Link(newname(s), existingname)
The r.Link() class is called from within a Conary
recipe to install a hard link.
The r.Link() class accepts the following keywords, with
default values shown in parentheses when applicable:
package='packagename'), component
(package=':componentname'), or package and component
(package='packagename:componentname') in which to place
the files added while executing this command. Previously-specified
PackageSpec or ComponentSpec lines will
override the package specification, since all package and component
specifications are considered in strict order as provided by the
recipe.
r.Link('mumble', '%(bindir)s/passwd')
r.Link() to create a hard link
from the file %(bindir)s/passwd to the file
%(bindir)s/mumble.
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
self.Link(newname, [newname, ...,] existingpath)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Jul 10 11:46:04 2008 | http://epydoc.sourceforge.net |