* install.sh (chmodcmd): Set to null if the DST directory already

exists.
This commit is contained in:
Brendan Kehoe 1996-11-11 18:12:15 +00:00
parent 489c265b8f
commit 965c73c55d
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ if [ x"$dir_arg" != x ]; then
if [ -d $dst ]; then
instcmd=:
chmodcmd=""
else
instcmd=mkdir
fi