mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
* install.sh (chmodcmd): Set to null if the DST directory already
exists.
This commit is contained in:
parent
489c265b8f
commit
965c73c55d
@ -114,6 +114,7 @@ if [ x"$dir_arg" != x ]; then
|
||||
|
||||
if [ -d $dst ]; then
|
||||
instcmd=:
|
||||
chmodcmd=""
|
||||
else
|
||||
instcmd=mkdir
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user