xbps-src: add etc/xbps.conf for extra xbps options (#8304)
This commit is contained in:
parent
c40e54037e
commit
570842f4a5
2 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,8 @@ chroot_sync_repos() {
|
|||
local f=
|
||||
|
||||
# Copy xbps configuration files to the masterdir.
|
||||
install -Dm644 ${XBPS_DISTDIR}/etc/xbps.conf \
|
||||
${XBPS_MASTERDIR}/etc/xbps.d/00-xbps-src.conf
|
||||
install -Dm644 ${XBPS_DISTDIR}/etc/repos-local.conf \
|
||||
${XBPS_MASTERDIR}/etc/xbps.d/10-repository-local.conf
|
||||
install -Dm644 ${XBPS_DISTDIR}/etc/repos-remote.conf \
|
||||
|
|
1
etc/xbps.conf
Normal file
1
etc/xbps.conf
Normal file
|
@ -0,0 +1 @@
|
|||
syslog=false
|
Loading…
Reference in a new issue