summaryrefslogtreecommitdiff
path: root/SDL
diff options
context:
space:
mode:
Diffstat (limited to 'SDL')
-rw-r--r--SDL/1.2.15-minimal/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/SDL/1.2.15-minimal/Dockerfile b/SDL/1.2.15-minimal/Dockerfile
index 10f0094..259a302 100644
--- a/SDL/1.2.15-minimal/Dockerfile
+++ b/SDL/1.2.15-minimal/Dockerfile
@@ -7,7 +7,7 @@ RUN apk update && apk add \
musl-dev
RUN git clone --depth 1 --recursive https://github.com/libsdl-org/SDL-1.2
WORKDIR /SDL-1.2
-ARG PREFIX=/install/SDL-1.2.15
+ARG PREFIX=/opt/spm/SDL-1.2.15
RUN ./configure \
--prefix=$PREFIX \
--enable-shared=no \