aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/subports
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/subports')
-rwxr-xr-xports/linux/subports3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/linux/subports b/ports/linux/subports
index b68c25b..94d43e7 100755
--- a/ports/linux/subports
+++ b/ports/linux/subports
@@ -25,7 +25,8 @@ rm -f dummy.c dummy.o
if ! $found; then
echo >&2 "Can't tell, omitting clone(2) support."
fi
-if getfattr --help >/dev/null 2>&1; then
+
+if $port_xattr; then
echo "linux/xattr"
else
echo "linux/noxattr"