mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
Meta: Provide the correct path for e2fsck
on SerenityOS
This commit is contained in:
parent
139f871781
commit
92bf442d83
Notes:
sideshowbarker
2024-07-17 09:36:56 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/92bf442d83 Pull-request: https://github.com/SerenityOS/serenity/pull/14442 Reviewed-by: https://github.com/FireFox317
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue