README: more tweaks.

This commit is contained in:
Juan RP 2014-11-22 17:27:09 +01:00
parent 59ead6227c
commit 07ca59629e
1 changed files with 8 additions and 3 deletions

View File

@ -115,9 +115,12 @@ $ cd void-packages
$ ./xbps-src pkg <pkgname> $ ./xbps-src pkg <pkgname>
``` ```
When the package and its required dependencies are built, the binary packages will be in When the package and its required dependencies are built, the binary packages will be created
default local repository at `hostdir/binpkgs`; the path to this local repository can be added to and registered in the default local repository at `hostdir/binpkgs`; the path to this local repository can be added to
the xbps configuration files or by explicitly appending it via cmdline, i.e `xbps-install --repository=/path/to/hostdir/binpkgs`. any xbps configuration file or by explicitly appending them via cmdline, i.e:
$ xbps-install --repository=/path/to/hostdir/binpkgs ...
$ xbps-query --repository=/path/to/hostdir/binpkgs ...
By default **xbps-src** will try to resolve package dependencies in this order: By default **xbps-src** will try to resolve package dependencies in this order:
@ -127,6 +130,8 @@ By default **xbps-src** will try to resolve package dependencies in this order:
It is possible to avoid using remote repositories completely by using the `-N` flag. It is possible to avoid using remote repositories completely by using the `-N` flag.
> NOTE: the default local repository may contain multiple `sub-repositories`: `debug`, `multilib`, etc.
### Rebuilding and overwriting existing local packages ### Rebuilding and overwriting existing local packages
If for whatever reason a package has been built and it is available in your local repository If for whatever reason a package has been built and it is available in your local repository