[gimp-help/wip/wormnest/ci-fix: 5/5] ci: fix build failure due to incorrect folder




commit 57239d86f4d4e6b596d6659dc1d4766a5fc56982
Author: Jacob Boerema <jgboerema gmail com>
Date:   Tue Jun 15 22:28:51 2021 -0400

    ci: fix build failure due to incorrect folder

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a61035fa..516e26f9e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,5 +32,5 @@ build-debian:
     - cd _build
     - ../autogen.sh --prefix=${INSTALL_PREFIX} --without-gimp
     - make && make install
-    - mv ${INSTALL_PREFIX}/share/gimp/2.0/help/ ../www/
+    - mv ${INSTALL_PREFIX}/share/gimp/3.0/help/ ../www/
   timeout: 2 hours


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