Fix a bug, ignore the source path when installing to a directory.
authorGlenn L McGrath <bug1@ihug.co.nz>
Thu, 27 Nov 2003 22:40:08 +0000 (22:40 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Thu, 27 Nov 2003 22:40:08 +0000 (22:40 -0000)
commit11e69471be27de28aefef931ec26912a6da7bed7
tree4c47bc6390056460d87dda39c45e45b3d542b378
parente39ee01821d537b3b249b0c136bb150734016c35
Fix a bug, ignore the source path when installing to a directory.
We may be installing symlinks, so use lstat/lchown.
Make use of bb_getopt_ulflags and cp_mv_stat2, save 100 bytes.
coreutils/install.c