xbps-src: set XBPS_CACHEDIR in conf file for chroot ops.
This commit is contained in:
parent
8106a220a5
commit
daf986ed33
|
@ -90,6 +90,10 @@ fi
|
|||
if [ -n "$XBPS_COMPRESS_LEVEL" ]; then
|
||||
echo "XBPS_COMPRESS_LEVEL=$XBPS_COMPRESS_LEVEL" >> $XBPSSRC_CF
|
||||
fi
|
||||
if [ -n "$XBPS_CACHEDIR" ]; then
|
||||
echo "XBPS_CACHEDIR=$XBPS_CACHEDIR" >> $XBPSSRC_CF
|
||||
fi
|
||||
|
||||
echo "# End of configuration file." >> $XBPSSRC_CF
|
||||
|
||||
if [ -d $XBPS_MASTERDIR/tmp ]; then
|
||||
|
|
Loading…
Reference in New Issue