summaryrefslogtreecommitdiff
path: root/SDL_gfx/2.0.26/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_gfx/2.0.26/Dockerfile')
-rw-r--r--SDL_gfx/2.0.26/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/SDL_gfx/2.0.26/Dockerfile b/SDL_gfx/2.0.26/Dockerfile
index 7bbb66d..2b45f9a 100644
--- a/SDL_gfx/2.0.26/Dockerfile
+++ b/SDL_gfx/2.0.26/Dockerfile
@@ -5,13 +5,13 @@ RUN apk update && apk add \
gcc \
musl-dev \
wget
-COPY --from=libsdl:1.2.15 /install/SDL-1.2.15/ /usr/local/
+COPY --from=libsdl:1.2.15 /opt/spm/SDL-1.2.15/ /usr/local/
# sdl-config must be edited when moved to another prefix.
-RUN sed -ie 's,/install/SDL-1.2.15,/usr/local,g' $(which sdl-config)
+RUN sed -ie 's,/opt/spm/SDL-1.2.15,/usr/local,g' $(which sdl-config)
RUN wget http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.26.tar.gz
RUN tar -xf SDL_gfx-2.0.26.tar.gz
WORKDIR /SDL_gfx-2.0.26
-ARG PREFIX=/install/SDL_gfx-2.0.26
+ARG PREFIX=/opt/spm/SDL_gfx-2.0.26
RUN ./configure \
--prefix=$PREFIX \
--enable-shared=no \