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:
parent
bdbe4b2d41
commit
1e83047821
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue