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:
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++.
|
||||
|
||||
Reference in New Issue
Block a user