xbps-src: export CCACHE_DIR is XBPS_CCACHE is set.
This commit is contained in:
parent
0c94a67f88
commit
c586459062
2 changed files with 12 additions and 1 deletions
|
@ -89,7 +89,9 @@ _EOF
|
|||
if [ -n "$XBPS_HOSTDIR" ]; then
|
||||
echo "XBPS_HOSTDIR=/host" >> $XBPSSRC_CF
|
||||
fi
|
||||
|
||||
if [ -n "$XBPS_CCACHE" ]; then
|
||||
echo "XBPS_CCACHE=$XBPS_CCACHE" >> $XBPSSRC_CF
|
||||
fi
|
||||
echo "# End of configuration file." >> $XBPSSRC_CF
|
||||
|
||||
if [ -d $XBPS_MASTERDIR/tmp ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue