xbps-src: create required dir for xbps-src.conf.
This commit is contained in:
parent
2e78e7fdcf
commit
57dc040df6
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue