Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
K4sum1 committed Apr 25, 2024
1 parent 805fc49 commit cd57830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/applyPatches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ function showError {
echo -e "${RED}ERROR: $@${NC}" && false
}

repo_root=$(readlink -f "$PATCH_ROOT/../../../..")
if [ ! -d "$repo_root/device/sony/lilac/patches" ]; then
repo_root=$(readlink -f "$PATCH_ROOT/../..")
if [ ! -d "$repo_root/build_lineage/patches" ]; then
showError "Failed to find repository root at $repo_root"
fi

Expand Down

0 comments on commit cd57830

Please sign in to comment.