diff options
Diffstat (limited to 'coreutils/install.c')
-rw-r--r-- | coreutils/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/install.c b/coreutils/install.c index 803afe6..ab9feff 100644 --- a/coreutils/install.c +++ b/coreutils/install.c @@ -50,7 +50,7 @@ static void setdefaultfilecon(const char *path) if (lsetfilecon(path, scontext) < 0) { if (errno != ENOTSUP) { - bb_perror_msg("warning: failed to change context" + bb_perror_msg("warning: can't change context" " of %s to %s", path, scontext); } } |