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
|
if [ -n "$XBPS_COMPRESS_LEVEL" ]; then
|
||||||
echo "XBPS_COMPRESS_LEVEL=$XBPS_COMPRESS_LEVEL" >> $XBPSSRC_CF
|
echo "XBPS_COMPRESS_LEVEL=$XBPS_COMPRESS_LEVEL" >> $XBPSSRC_CF
|
||||||
fi
|
fi
|
||||||
|
if [ -n "$XBPS_CACHEDIR" ]; then
|
||||||
|
echo "XBPS_CACHEDIR=$XBPS_CACHEDIR" >> $XBPSSRC_CF
|
||||||
|
fi
|
||||||
|
|
||||||
echo "# End of configuration file." >> $XBPSSRC_CF
|
echo "# End of configuration file." >> $XBPSSRC_CF
|
||||||
|
|
||||||
if [ -d $XBPS_MASTERDIR/tmp ]; then
|
if [ -d $XBPS_MASTERDIR/tmp ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user