Skip to content

Commit

Permalink
Create symlinks for /opt/amiga
Browse files Browse the repository at this point in the history
  • Loading branch information
sacredbanana committed Dec 23, 2023
1 parent 89c642f commit ce9a50c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.m68k
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ COPY ./m68k-amigaos /tools/m68k-amigaos
RUN rm -dr /tools/m68k-amigaos/Autodocs
RUN rm -dr /tools/m68k-amigaos/doc
RUN rm -dr /tools/m68k-amigaos/guide
RUN ln -s /tools/ /opt/amiga

WORKDIR /work

Expand Down
1 change: 1 addition & 0 deletions Dockerfile.ppc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN rm -dr /tools/ppc-amigaos/SDK/Documentation
RUN rm -dr /tools/ppc-amigaos/SDK/Examples
RUN rm -dr /tools/ppc-amigaos/SDK/Tools
RUN rm -dr /tools/ppc-amigaos/SDK/*.pdf*
RUN ln -s /tools/ /opt/amiga

WORKDIR /work

Expand Down

0 comments on commit ce9a50c

Please sign in to comment.