* install.sh (chmodcmd): Set to null if the DST directory already
authorBrendan Kehoe <brendan@cygnus>
Mon, 11 Nov 1996 18:12:15 +0000 (18:12 +0000)
committerBrendan Kehoe <brendan@cygnus>
Mon, 11 Nov 1996 18:12:15 +0000 (18:12 +0000)
exists.

install.sh

index 70d2704..4b883b3 100755 (executable)
@@ -114,6 +114,7 @@ if [ x"$dir_arg" != x ]; then
        
        if [ -d $dst ]; then
                instcmd=:
+               chmodcmd=""
        else
                instcmd=mkdir
        fi