Skip to content

Commit

Permalink
Build Asia
Browse files Browse the repository at this point in the history
  • Loading branch information
kubilus1 committed Dec 28, 2022
1 parent b6e9e70 commit ecfa906
Show file tree
Hide file tree
Showing 3 changed files with 6,900 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
tileset:
type: choice
options:
- asi
- afr
- sa
- na
Expand Down
2 changes: 1 addition & 1 deletion Makefile.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ y_$(OVERLAYNAME)/yOrtho4XP_Overlays/*/*/%.dsf: Ortho4XP/yOrtho4XP_Overlays/*/*/%
export DSTREGION=$$(echo "$<" | awk -F "/" '{print $$4}');\
export DSTFILE=$$(echo "$<" | awk -F "/" '{print $$5}');\
export DSTPATH="y_$(OVERLAYNAME)/yOrtho4XP_Overlays/Earth nav data/$$DSTREGION/$$DSTFILE";\
echo "$$DSTPATH";\
echo "Copy $< to $$DSTPATH";\
mkdir -p "$$(dirname "$$DSTPATH")";\
cp "$<" "$$DSTPATH" || true;

Expand Down
Loading

0 comments on commit ecfa906

Please sign in to comment.