updated Symfony path in installer script
This commit is contained in:
parent
c7c74a33d3
commit
a790f0b50e
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@ if [ "$REPLY" == 'y' ]; then
|
|||
|
||||
pushd $vzdir/lib/vendor
|
||||
ln -s $dtdir/lib/Doctrine/ .
|
||||
ln -s $dtdir/lib/vendor/Symfony/ .
|
||||
# ln -s $dtdir/Doctrine/ .
|
||||
ln -s $dtdir/lib/vendor/Symfony/ ./Doctrine/
|
||||
# ln -s $dtdir/Doctrine/ .
|
||||
popd
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue