summaryrefslogtreecommitdiff
path: root/install-sh
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-07-30 18:53:54 +0200
committerunknown <serg@serg.mylan>2004-07-30 18:53:54 +0200
commitc5e1e154908d30c9eead7452ffd40dec2b473190 (patch)
tree66c2effd8cc3991cd504de3ad585be95f86e478d /install-sh
parent7936ec5264df6b64f33c13855d2dcbf6f1d492a4 (diff)
downloadmariadb-git-c5e1e154908d30c9eead7452ffd40dec2b473190.tar.gz
install-sh: copy not move like any reasonably modern install does
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=""