Long life to the xbps-repo genindex C implementation!

--HG--
extra : convert_revision : af0ca601ae79ba1b38fbf0815e6365f558ca22d8
This commit is contained in:
Juan RP 2009-04-03 16:03:31 +02:00
parent 72d99c13c0
commit 8a5d47430e
2 changed files with 4 additions and 5 deletions

View file

@ -77,7 +77,7 @@ some binary packages for it. The flow for this task is:
1- xbps-src install <package>
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 <package>

View file

@ -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: