summaryrefslogtreecommitdiff
path: root/install-sh
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-07-30 18:53:54 +0200
committerserg@serg.mylan <>2004-07-30 18:53:54 +0200
commit6e4c560592b242869c48f71225f994b6106701a5 (patch)
tree66c2effd8cc3991cd504de3ad585be95f86e478d /install-sh
parent0c3109fc68285ca772997e24621be0f2a8f5266f (diff)
downloadmariadb-git-6e4c560592b242869c48f71225f994b6106701a5.tar.gz
install-sh: copy not move like any reasonably modern install does
Diffstat (limited to 'install-sh')
-rwxr-xr-xinstall-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-sh b/install-sh
index e9de23842dc..c1666c37407 100755
--- a/install-sh
+++ b/install-sh
@@ -43,7 +43,7 @@ mkdirprog="${MKDIRPROG-mkdir}"
transformbasename=""
transform_arg=""
-instcmd="$mvprog"
+instcmd="$cpprog"
chmodcmd="$chmodprog 0755"
chowncmd=""
chgrpcmd=""