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