summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 7405f74..e069d46 100644
--- a/abuild.in
+++ b/abuild.in
@@ -618,7 +618,7 @@ postcheck() {
echo "$i"
fi
# check so we dont have any suid root binaries that are not PIE
- i=$(find "$dir" -type f -perm +6000 \
+ i=$(find "$dir" -type f -perm /6000 \
| xargs scanelf --nobanner --etype ET_EXEC \
| sed "s|ET_EXEC $dir|\t|")
if [ -n "$i" ]; then