From 8cbc48b1d3161dd92e881af74b5209a4a7a74fe7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 12 Jan 2015 23:42:48 +0100 Subject: [PATCH] README: mention xbps.d(5) and abs path requirement for --repository. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75bc2d0b6a9..01959e09195 100644 --- a/README.md +++ b/README.md @@ -116,11 +116,14 @@ $ ./xbps-src pkg When the package and its required dependencies are built, the binary packages will be created and registered in the default local repository at `hostdir/binpkgs`; the path to this local repository can be added to -any xbps configuration file or by explicitly appending them via cmdline, i.e: +any xbps configuration file (see xbps.d(5)) or by explicitly appending them via cmdline, i.e: $ xbps-install --repository=/path/to/hostdir/binpkgs ... $ xbps-query --repository=/path/to/hostdir/binpkgs ... +> Currently xbps expects absolute path when using the `--repository` option. This has been +corrected in the 0.44 version. + By default **xbps-src** will try to resolve package dependencies in this order: - If dependency exists in the local repository, use it (`hostdir/binpkgs`).