xbps-src: set wrksrc to $pkgname-$version unconditionally
This commit is contained in:
committed by
Đoàn Trần Công Danh
parent
af9931fd3b
commit
8c5358f792
@@ -512,8 +512,7 @@ can be specified by prepending a commercial at (@).
|
||||
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}`. 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.
|
||||
- `wrksrc` The directory name where the package sources are extracted, set to `${pkgname}-${version}`.
|
||||
|
||||
- `build_wrksrc` A directory relative to `${wrksrc}` that will be used when building the package.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user