diff options
author | unknown <serg@serg.mylan> | 2004-07-30 18:53:54 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-07-30 18:53:54 +0200 |
commit | c5e1e154908d30c9eead7452ffd40dec2b473190 (patch) | |
tree | 66c2effd8cc3991cd504de3ad585be95f86e478d /install-sh | |
parent | 7936ec5264df6b64f33c13855d2dcbf6f1d492a4 (diff) | |
download | mariadb-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-x | install-sh | 2 |
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="" |