From a790f0b50e1708b714189ed943d9436f40112cbc Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 27 Feb 2011 15:56:29 +0100 Subject: [PATCH] updated Symfony path in installer script --- misc/tools/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tools/install.sh b/misc/tools/install.sh index 4fdb813..b4e1cad 100755 --- a/misc/tools/install.sh +++ b/misc/tools/install.sh @@ -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