Update for xbps>=0.35 which contains xbps-uchroot.
That means that the Makefile and xbps-src generated files are not required anymore, and the xbps-src script can be used as is. Bump xbps requirement to 0.35 and enable XBPS_INSTALL_ARGS by default.
This commit is contained in:
parent
5daf2a124b
commit
576b865cf4
7 changed files with 20 additions and 360 deletions
11
etc/conf
11
etc/conf
|
@ -1,11 +0,0 @@
|
|||
# Configuration file for xbps-src.
|
||||
#
|
||||
# Load the defaults in from defaults.conf (if it's readable).
|
||||
# These can be overridden below.
|
||||
#
|
||||
if [ -r ${XBPS_DISTDIR}/etc/defaults.conf ]; then
|
||||
. ${XBPS_DISTDIR}/etc/defaults.conf
|
||||
fi
|
||||
|
||||
# Add your local overrides below
|
||||
#
|
|
@ -44,7 +44,7 @@
|
|||
# Enable optional arguments to xbps-install. This is useful when you use
|
||||
# static binaries and when you need to specify arguments.
|
||||
# NOTE: This is only used with the binary-bootstrap target!
|
||||
#XBPS_INSTALL_ARGS="--repository=http://repo.voidlinux.eu/current"
|
||||
XBPS_INSTALL_ARGS="--repository=http://repo.voidlinux.eu/current"
|
||||
|
||||
# [OPTIONAL]
|
||||
# Compilation flags for C and C++.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue