[geocode-glib/wip/hadess/fix-pi-locale: 1/2] ci: Install library in /usr




commit c2e64f300b20cfc41be8670bacae142b995501d7
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Jul 2 17:14:02 2022 +0200

    ci: Install library in /usr

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45e0082..389a0c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ variables:
 .build:
   image: fedora:latest
   script:
-    - meson _build -Dsoup2=${SOUP2_ENABLED}
+    - meson _build -Dsoup2=${SOUP2_ENABLED} -Dprefix=/usr
     - ninja -C _build install
     - ninja -C _build test
     - ninja -C _build dist


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]