aboutsummaryrefslogtreecommitdiffhomepage
path: root/Manual.md
diff options
context:
space:
mode:
authorNoah Huppert <contact@noahh.io>2020-02-09 20:12:22 -0500
committerJuan RP <xtraeme@gmail.com>2020-02-11 08:59:34 +0100
commit8f5af348fa9bea1608be04328718b85fc7812906 (patch)
tree368c82b71d1e1bf29b9738694a91a3e53b0f9fe8 /Manual.md
parentbabeltrace: update to 1.5.8. (diff)
improved wrksrc variable documentation
Diffstat (limited to 'Manual.md')
-rw-r--r--Manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Manual.md b/Manual.md
index 4378929a2a5..92b57b1b2c2 100644
--- a/Manual.md
+++ b/Manual.md
@@ -506,7 +506,7 @@ For tarballs you can find the contents checksum by using the command
`tar xf <tarball.ext> --to-stdout | sha256sum`.
- `wrksrc` The directory name where the package sources are extracted, by default
-set to `${pkgname}-${version}`.
+set to `${pkgname}-${version}`. If the top level directory of a package's `distfile` is different from the default, `wrksrc` must be set to the top level directory name inside the archive.
- `build_wrksrc` A directory relative to `${wrksrc}` that will be used when building the package.