xbps-src: if ~/.xbps-src.conf exists, read it after etc/conf.
This commit is contained in:
parent
0606b3bbc8
commit
eaf79d8b78
1 changed files with 4 additions and 0 deletions
4
xbps-src
4
xbps-src
|
@ -358,6 +358,10 @@ else
|
|||
. $XBPS_DISTDIR/etc/defaults.conf
|
||||
fi
|
||||
readonly XBPS_CONFIG_FILE=$XBPS_DISTDIR/etc/conf
|
||||
# If ~/.xbps-src.conf exists, use it too.
|
||||
if [ -s $HOME/.xbps-src.conf ]; then
|
||||
. $HOME/.xbps-src.conf
|
||||
fi
|
||||
fi
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue