summaryrefslogtreecommitdiff
path: root/SDL
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-09-01 14:22:04 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-09-01 14:45:07 +0200
commit1261bcc70382b588c402b8d0740ecfcc77dd1b36 (patch)
tree2dfe964992f28adab749d49ce6e169979ea70eaf /SDL
parentfc84651ae8360dfd53b8f8e70269c1f722e5eed0 (diff)
downloadspm-packages-1261bcc70382b588c402b8d0740ecfcc77dd1b36.tar.gz
Move installed packages to /opt/spm/
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 \