aboutsummaryrefslogtreecommitdiffstats
path: root/src/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c
index b3b26abdb..53f6a2ff5 100644
--- a/src/install.c
+++ b/src/install.c
@@ -227,7 +227,7 @@ need_copy (char const *src_name, char const *dest_name,
return true;
}
- scontext_match = STREQ (file_scontext_raw, to_scontext_raw);
+ scontext_match = streq (file_scontext_raw, to_scontext_raw);
freecon (file_scontext_raw);
freecon (to_scontext_raw);