mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 22:29:13 +00:00
Meta: Remove SerenityOS components not needed for Ladybird
This commit is contained in:
committed by
Andreas Kling
parent
44bb6e8390
commit
dd1fbd3513
@@ -7,9 +7,9 @@ cd "$script_path/.."
|
||||
|
||||
if [ "$(uname -s)" = "Darwin" ]; then
|
||||
# MacOS's find does not support '-executable' OR '-perm /mode'.
|
||||
BAD_FILES=$(find Base/etc/ Base/res/ Base/www/ -type f -perm +111)
|
||||
BAD_FILES=$(find Base/res/ -type f -perm +111)
|
||||
else
|
||||
BAD_FILES=$(find Base/etc/ Base/res/ Base/www/ -type f -executable)
|
||||
BAD_FILES=$(find Base/res/ -type f -executable)
|
||||
fi
|
||||
|
||||
if [ -n "${BAD_FILES}" ]
|
||||
|
||||
Reference in New Issue
Block a user