From: Brendan Kehoe Date: Mon, 11 Nov 1996 18:12:15 +0000 (+0000) Subject: * install.sh (chmodcmd): Set to null if the DST directory already X-Git-Tag: gdb-4_18-branchpoint~7203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=965c73c55d4f9bf7f0489e74284e389e976b2be1;p=thirdparty%2Fbinutils-gdb.git * install.sh (chmodcmd): Set to null if the DST directory already exists. --- diff --git a/install.sh b/install.sh index 70d2704cec1..4b883b386de 100755 --- a/install.sh +++ b/install.sh @@ -114,6 +114,7 @@ if [ x"$dir_arg" != x ]; then if [ -d $dst ]; then instcmd=: + chmodcmd="" else instcmd=mkdir fi