From 1e83047821dbf15f051bf9f038b44546caebb2f0 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 12 Jul 2007 01:04:13 +0000 Subject: [PATCH] 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. --- bin/install_tsc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install_tsc.in b/bin/install_tsc.in index 8850c0d7e..6cc86e3b5 100755 --- a/bin/install_tsc.in +++ b/bin/install_tsc.in @@ -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 #