From c5e1e154908d30c9eead7452ffd40dec2b473190 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 30 Jul 2004 18:53:54 +0200 Subject: install-sh: copy not move like any reasonably modern install does install-sh: copy not move like any reasonably modern install does --- install-sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- cgit v1.2.1