Added a -c to the install command. Note, it probably doesn't matter

unless you are using the config/install-sh version, in which case,
the change alters the command from a 'mv' to a 'cp' command.
This commit is contained in:
Harry Moffat 2007-07-12 01:04:13 +00:00
parent bdbe4b2d41
commit 1e83047821

View file

@ -19,8 +19,8 @@ verbose='y'
if test "x$VERBOSE" = "x-v" ; then
verbose=
fi
INSTALL_XV="@INSTALL_abs@ -m 755 $VERBOSE "
INSTALL_V="@INSTALL_abs@ -m 644 $VERBOSE "
INSTALL_XV="@INSTALL_abs@ -m 755 -c $VERBOSE "
INSTALL_V="@INSTALL_abs@ -m 644 -c $VERBOSE "
#
# If the destination directory doesn't exist yet, create it
#