xbps-src: create required dir for xbps-src.conf.
This commit is contained in:
parent
2e78e7fdcf
commit
57dc040df6
|
@ -3,6 +3,8 @@
|
|||
chroot_init() {
|
||||
XBPSSRC_CF=$XBPS_MASTERDIR/etc/xbps/xbps-src.conf
|
||||
|
||||
mkdir -p $XBPS_MASTERDIR/etc/xbps
|
||||
|
||||
cat > $XBPSSRC_CF <<_EOF
|
||||
# Generated configuration file by xbps-src, DO NOT EDIT!
|
||||
_EOF
|
||||
|
|
Loading…
Reference in New Issue