(chmodcmd): Set file to mode 755 by default (should also do default

chgrp and chown, but I don't feel like dealing with that now)
This commit is contained in:
Jason Merrill 1993-09-10 00:04:38 +00:00
parent 241700396d
commit 98e67c34ef
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
* install.sh: Support -d option (in the manner of SunOS 4 install,
as it is more deterministic than that of GNU install)
(chmodcmd): Set file to mode 755 by default (should also do default
chgrp and chown, but I don't feel like dealing with that now)
Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)

View File

@ -32,7 +32,7 @@ mkdirprog="${MKDIRPROG-mkdir}"
tranformbasename=""
transform_arg=""
instcmd="$mvprog"
chmodcmd=""
chmodcmd="$chmodprog 0755"
chowncmd=""
chgrpcmd=""
stripcmd=""