special-case Darwin (bug 4509)

This commit is contained in:
Brian Paul 2006-01-04 20:06:13 +00:00
parent 31be39742b
commit 413a49ce59
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ fi
if [ `uname` = "FreeBSD" ] ; then
CP_FLAGS="-f"
elif [ `uname` = "Darwin" ] ; then
CP_FLAGS="-f"
else
CP_FLAGS="-fd"
fi