From 8608666285f18cbb5a5f81535addb0102da502d0 Mon Sep 17 00:00:00 2001 From: tomash Date: Fri, 30 Sep 2005 21:56:15 +0000 Subject: [PATCH] Default installdir fixed (usually not used). --- livesupport/tools/pear/bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livesupport/tools/pear/bin/install.sh b/livesupport/tools/pear/bin/install.sh index 594d7de9b..bfd6f82c2 100755 --- a/livesupport/tools/pear/bin/install.sh +++ b/livesupport/tools/pear/bin/install.sh @@ -39,7 +39,7 @@ basedir=`cd $reldir; pwd;` bindir=$basedir/bin etcdir=$basedir/etc srcdir=$basedir/src -installdir=$basedir/../../.. +installdir=$basedir/../../usr package="PEAR packages needed by LiveSupport"