install(1): correction after r363064
Make it not break if STRIPBIN points to strip version without -o support. In that case, perform extra copy just like before r363064. MFC after: 1 month X-MFC-With: 363064
This commit is contained in:
parent
54d3d7e40e
commit
23290647a7
@ -863,7 +863,7 @@ install(const char *from_name, const char *to_name, u_long fset, u_int flags)
|
|||||||
if (dostrip)
|
if (dostrip)
|
||||||
stripped = strip(tempcopy ? tempfile : to_name,
|
stripped = strip(tempcopy ? tempfile : to_name,
|
||||||
from_name, &digestresult);
|
from_name, &digestresult);
|
||||||
else
|
if (!stripped)
|
||||||
digestresult = copy(from_fd, from_name, to_fd,
|
digestresult = copy(from_fd, from_name, to_fd,
|
||||||
tempcopy ? tempfile : to_name, from_sb.st_size);
|
tempcopy ? tempfile : to_name, from_sb.st_size);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user