summaryrefslogtreecommitdiffstats
path: root/install/fsck
diff options
context:
space:
mode:
Diffstat (limited to 'install/fsck')
-rw-r--r--install/fsck2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/fsck b/install/fsck
index f613c5b..9d9943b 100644
--- a/install/fsck
+++ b/install/fsck
@@ -8,7 +8,7 @@ build() {
add_binary fsck.$rootfstype && (( ++added ))
fi
if [[ $usrfstype && $usrfstype != $rootfstype ]]; then
- add_binary fsck.$rootfstype && (( ++added ))
+ add_binary fsck.$usrfstype && (( ++added ))
fi
else
for fsck in "$BASEDIR"/sbin/fsck.*; do