diff --git a/doc/BINPKG_INFO b/doc/BINPKG_INFO index 1e370f5fa6..df08c0cbdb 100644 --- a/doc/BINPKG_INFO +++ b/doc/BINPKG_INFO @@ -77,7 +77,7 @@ some binary packages for it. The flow for this task is: 1- xbps-src install 2- xbps-src build-pkg all [requires sudo access] - 3- xbps-src genindex + 3- xbps-repo genindex $XBPS_PACKAGES 4- xbps-repo add $XBPS_PACKAGES 5- xbps-bin install -r /rootdir diff --git a/doc/BINPKG_REPOSITORY b/doc/BINPKG_REPOSITORY index 6f8f3eea94..a5a2e378be 100644 --- a/doc/BINPKG_REPOSITORY +++ b/doc/BINPKG_REPOSITORY @@ -78,11 +78,10 @@ XBPS_MASTERDIR: $ xbps-src build-pkg all -To generate the repository package index in default location -XBPS_PACKAGESDIR (an additional path can be specified for another -alternate location): +To generate the repository package index for your $XBPS_PACKAGESDIR +setting in the configuration file: - $ xbps-src genindex + $ xbps-repo genindex /path/to/dir After this you can add your own local repository with binary packages: