0b95cb8f5d
The new xbps-src configuration file is `etc/conf` where you can add your local overrides from defaults set via `etc/defaults.conf`. To use this xbps-src, run these steps: $ make $ sudo make setup (to make chroot helper setgid) $ ./xbps-src ...
11 lines
260 B
Text
11 lines
260 B
Text
# 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
|
|
#
|