summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/autodetect2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/autodetect b/install/autodetect
index d6e9e29..3710e68 100644
--- a/install/autodetect
+++ b/install/autodetect
@@ -37,7 +37,7 @@ build() {
fi
# detect filesystem for separate /usr
- if usrfstype=$(findmnt -snero fstype --tab-file '/etc/fstab' /usr); then
+ if usrfstype=$(findmnt -snero fstype --tab-file '/etc/fstab' -T '/usr'); then
add_if_avail "$usrfstype"
fi