Commit 57004ac0 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Make the install script a little more robust. Addresses #558.

git-svn-id: file:///svn/tokudb@3048 c7de825b-a66e-492c-adef-691d508d4ae1
parent 58128dae
......@@ -33,7 +33,7 @@ fi
targetdir=$prefix/$tokudb-$bdbmajor.$bdbminor
if [ -d $targetdir ] ; then rm -rf $targetdir ; fi
mkdir $targetdir
mkdir -p $targetdir
mkdir $targetdir/include
cp include/db.h $targetdir/include
cp include/db_cxx.h $targetdir/include
......@@ -57,4 +57,4 @@ for f in man/*.[0-9]* man/texi/*.[0-9]* ;do
fi
done
exit 0
\ No newline at end of file
exit 0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment