mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +00:00
Meta: Provide the correct path for e2fsck
on SerenityOS
This commit is contained in:
parent
139f871781
commit
92bf442d83
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"
|
export PATH="/opt/homebrew/opt/e2fsprogs/sbin:$PATH"
|
||||||
|
|
||||||
E2FSCK="e2fsck"
|
E2FSCK="e2fsck"
|
||||||
|
elif [ "$(uname -s)" = "SerenityOS" ]; then
|
||||||
|
E2FSCK="/usr/local/sbin/e2fsck"
|
||||||
else
|
else
|
||||||
E2FSCK="/usr/sbin/e2fsck"
|
E2FSCK="/usr/sbin/e2fsck"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue