]> git.e2factory.org Git - e2factory.git/commitdiff
man-page, e2source: improve description of attribute "copy", fixes bugzilla 34
authorThomas Brinker <thomas.brinker@emlix.com>
Mon, 14 Jan 2013 09:13:57 +0000 (10:13 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 26 Feb 2013 18:07:14 +0000 (19:07 +0100)
doc/man/e2source.5.in

index 2594276527a7a575799e5b925865c89f426af00d..8fc4e999e3a93cebd9e03ebe051ca5471ed1e88b 100644 (file)
@@ -116,8 +116,14 @@ SHA-1 check-sum of the file.
 .BR copy
 Type: String
 .br
-The file is copied to directory defined in string during build preparation. Mutual exclusive to 
-\fBpatch\fR and \fBunpack\fR.
+In case string is a directory (ends on "/" or equals "." or ".."), the file is copied to that directory.
+The name is left unchanged.
+.br
+In all other cases the string is used as new name for the file. The file is renamed.
+.br
+Directories are allowed in both cases and created on demand.
+.br
+Mutual exclusive to \fBpatch\fR and \fBunpack\fR.
 
 .TP
 .BR patch