From 65a3b0f1b3d62376c92a3c29a20845fe9326f0ec Mon Sep 17 00:00:00 2001 From: maroy Date: Tue, 2 Aug 2005 11:33:53 +0000 Subject: [PATCH] fixed typo --- livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/prepare.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/prepare.sh b/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/prepare.sh index 5973105e4..d1fc13e80 100755 --- a/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/prepare.sh +++ b/livesupport/tools/xmlrpc++/xmlrpc++-20040713/bin/prepare.sh @@ -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