12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
|
# 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
|
||
|
#
|