fixed typo

This commit is contained in:
maroy 2005-08-02 11:33:53 +00:00
parent 0b048d2069
commit 65a3b0f1b3

View file

@ -22,7 +22,7 @@
#
#
# Author : $Author: maroy $
# Version : $Revision: 1.3 $
# Version : $Revision: 1.4 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/prepare.sh,v $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -45,7 +45,7 @@ mkdir -p ${tmpdir}
# copy over install-sh, as AC_CONFIG_SUBDIRS will be looking for it
cp -r $bindir/install-sh $tmpdir
# copy over mkinstalldir, as some automakes will refer to it there :(
cp -r $bindir/mkinstalldir $tmpdir
cp -r $bindir/mkinstalldirs $tmpdir
cd ${tmpdir}
if [ ! -d xmlrpc++ ]; then