xbps-src: some changes for usage().
This commit is contained in:
parent
110aede193
commit
ac7c66d00a
1 changed files with 5 additions and 5 deletions
|
@ -132,14 +132,14 @@ is omitted xbps-src assumes that CWD is in the target package. Example:
|
||||||
Both ways are equivalent.
|
Both ways are equivalent.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-B Used in the install target, after successful installation a
|
-B Used in the install target, a binary package is built for any
|
||||||
binary package is also built for <pkgname> and local repository
|
required dependency as well as for <pkgname>. The local repository
|
||||||
pkg-index is created or updated.
|
pkg-index is created or updated after a successful package installation.
|
||||||
-C Do not remove build directory after successful installation.
|
-C Do not remove build directory after successful installation.
|
||||||
-c Path to global configuration file:
|
-c Path to global configuration file:
|
||||||
if not specified @@XBPS_INSTALL_ETCDIR@@/xbps-src.conf is used.
|
if not specified @@XBPS_INSTALL_ETCDIR@@/xbps-src.conf is used.
|
||||||
-D Only install <pkgname> to package's destination directory set
|
-D Only install <pkgname> to package's destdir (set to
|
||||||
to <masterdir>/destdir/<pkgname>-<version>.
|
<masterdir>/destdir/<pkgname>-<version> by default).
|
||||||
-h Usage output.
|
-h Usage output.
|
||||||
-K Do not remove automatic package dependencies while building
|
-K Do not remove automatic package dependencies while building
|
||||||
or installing a package with XBPS_PREFER_BINPKG_DEPS enabled.
|
or installing a package with XBPS_PREFER_BINPKG_DEPS enabled.
|
||||||
|
|
Loading…
Reference in a new issue