fixed wrong processing of LS pear packages and storageAdmin in debian

package (#980 and #1143)
This commit is contained in:
tomas 2005-06-14 14:38:01 +00:00
parent 86ab132449
commit 5d5c6eea68
7 changed files with 31 additions and 33 deletions

View file

@ -22,7 +22,7 @@
#
#
# Author : $Author: tomas $
# Version : $Revision: 1.6 $
# Version : $Revision: 1.7 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/pear/bin/install.sh,v $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -39,7 +39,7 @@ basedir=`cd $reldir; pwd;`
bindir=$basedir/bin
etcdir=$basedir/etc
srcdir=$basedir/src
installdir=$basedir/../..
installdir=$basedir/../../..
description="PEAR packages needed by LiveSupport"