Change installation path in pipeline

This commit is contained in:
Luca Bilke 2023-11-22 20:19:18 +01:00
commit eef9e13a75

View file

@ -5,7 +5,7 @@ steps:
image: alpine image: alpine
commands: | commands: |
apk add --no-cache build-base gcc xcb-util-dev pkgconfig >/dev/null apk add --no-cache build-base gcc xcb-util-dev pkgconfig >/dev/null
make install DESTDIR="$CI_WORKSPACE/pkg" make install DESTDIR="$CI_WORKSPACE/pkg" PREFIX="/usr"
package-void: package-void:
image: alpine image: alpine