Merge pull request #119 from github/ensureprefix

Ensure the installation prefix exists before installing into it
This commit is contained in:
Scott Barron 2014-09-15 11:30:02 -04:00
commit e7fc3efd89

@ -6,6 +6,8 @@ elif [ "$BOXEN_HOME" != "" ] ; then
prefix=$BOXEN_HOME
fi
mkdir -p $prefix/bin
rm -rf $prefix/bin/git-media*
for g in git*; do
cp $g "$prefix/bin/$g"