Fix symlink
This commit is contained in:
parent
391e5f8f1a
commit
d581f1494b
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ if [[ $type == 'archlinux' ]]; then
|
|||
mount --bind $workdir $workdir
|
||||
|
||||
# Make /usr/local symlink in var
|
||||
mkdir -vp $workdir/{var,usr/local}
|
||||
mkdir -vp $workdir/{var/usrlocal,usr}
|
||||
ln -s /var/usrlocal $workdir/usr/local
|
||||
|
||||
# Read base package list and install base system
|
||||
|
|
Loading…
Add table
Reference in a new issue