Do not copy opt in to var/opt
This commit is contained in:
parent
402d80d66b
commit
31f800fde1
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ if [[ $type == 'archlinux' ]]; then
|
|||
ln -sv ../../../var/usrliblocale $workdir/usr/lib/locale || cleanup_and_quit 'Failed to create usrlocal symlink'
|
||||
|
||||
# Opt symlink
|
||||
mv $workdir/opt $workdir/var/opt || cleanup_and_quit 'Failed to move opt to var/opt'
|
||||
mv $workdir/opt $workdir/var/ || cleanup_and_quit 'Failed to move opt to var/opt'
|
||||
ln -sv var/opt $workdir/opt || cleanup_and_quit 'Failed to create opt symlink'
|
||||
|
||||
# srv symlink
|
||||
|
|
Loading…
Add table
Reference in a new issue