Meta: Provide the correct path for e2fsck on SerenityOS

This commit is contained in:
Tim Schumacher 2022-06-30 20:50:01 +02:00 committed by Linus Groh
parent 139f871781
commit 92bf442d83
Notes: sideshowbarker 2024-07-17 09:36:56 +09:00

View file

@ -45,6 +45,8 @@ if [ "$(uname -s)" = "Darwin" ]; then
export PATH="/opt/homebrew/opt/e2fsprogs/sbin:$PATH"
E2FSCK="e2fsck"
elif [ "$(uname -s)" = "SerenityOS" ]; then
E2FSCK="/usr/local/sbin/e2fsck"
else
E2FSCK="/usr/sbin/e2fsck"