Make system/config repo.d paths always relative to rootdir.

This commit is contained in:
Juan RP
2014-05-31 06:44:07 +02:00
parent 0953980d25
commit 387987b146
4 changed files with 36 additions and 26 deletions

View File

@@ -15,13 +15,13 @@ syslog=true
## REPOSITORIES
#
# The default system repository directory "<prefix>/share/xbps/repo.d"
# The default system repository directory "<rootdir>/usr/share/xbps/repo.d"
# contains the system repository configuration files.
#
# Files on that system directory can be overrided in "<sysconfdir>/xbps/repo.d"
# Files on that system directory can be overrided in "<rootdir>/etc/xbps/repo.d"
# bearing the same file name, i.e:
#
# - <sysconfdir>/xbps/repo.d/main.conf overrides <prefix>/share/xbps/repo.d/main.conf
# - /etc/xbps/repo.d/main.conf overrides /usr/share/xbps/repo.d/main.conf
#
# Local or remote repositories are accepted.
#
@@ -31,7 +31,8 @@ syslog=true
# - Repositories are added in the order in which are specified (top->bottom).
#
# The "repository" keyword can be used to include additional repositories in
# addition to the files available in <sysconfdir>/xbps/repo.d/*.conf.
# addition to the files available in /etc/xbps/repo.d/*.conf and
# /usr/share/xbps/repo.d/*.conf.
#
#repository=<url>