fixed typo
This commit is contained in:
parent
0b048d2069
commit
65a3b0f1b3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue