From ac7c66d00af0f5ef074ebf16ff83b9ada9491fcf Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 18 Jul 2011 14:00:03 +0200 Subject: [PATCH] xbps-src: some changes for usage(). --- xbps-src/xbps-src.sh.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xbps-src/xbps-src.sh.in b/xbps-src/xbps-src.sh.in index cb07f8a75de..665f3c93236 100644 --- a/xbps-src/xbps-src.sh.in +++ b/xbps-src/xbps-src.sh.in @@ -132,14 +132,14 @@ is omitted xbps-src assumes that CWD is in the target package. Example: Both ways are equivalent. Options: - -B Used in the install target, after successful installation a - binary package is also built for and local repository - pkg-index is created or updated. + -B Used in the install target, a binary package is built for any + required dependency as well as for . The local repository + pkg-index is created or updated after a successful package installation. -C Do not remove build directory after successful installation. -c Path to global configuration file: if not specified @@XBPS_INSTALL_ETCDIR@@/xbps-src.conf is used. - -D Only install to package's destination directory set - to /destdir/-. + -D Only install to package's destdir (set to + /destdir/- by default). -h Usage output. -K Do not remove automatic package dependencies while building or installing a package with XBPS_PREFER_BINPKG_DEPS enabled.