fixed some tarballs, which were detected by a wrong mime-type on import
This commit is contained in:
parent
4c693b93e6
commit
d626f58d51
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: maroy $
|
# Author : $Author$
|
||||||
# Version : $Revision: 1.3 $
|
# Version : $Revision: 1.3 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/pear/bin/autogen.sh,v $
|
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/pear/bin/autogen.sh,v $
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
@ -37,7 +37,7 @@ package="pear"
|
||||||
reldir=`dirname $0`/..
|
reldir=`dirname $0`/..
|
||||||
basedir=`cd $reldir; pwd;`
|
basedir=`cd $reldir; pwd;`
|
||||||
test -z "$basedir" && basedir=.
|
test -z "$basedir" && basedir=.
|
||||||
usrdir=`cd $basedir/../../../usr; pwd;`
|
usrdir=`cd $basedir/../../usr; pwd;`
|
||||||
|
|
||||||
bindir=$basedir/bin
|
bindir=$basedir/bin
|
||||||
etcdir=$basedir/etc
|
etcdir=$basedir/etc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue