[gimp-web/oscp] Append /build
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/oscp] Append /build
- Date: Wed, 8 Sep 2021 14:27:23 +0000 (UTC)
commit 6ab3c8b14b50bcf1a16e545a29a5e17d7b790ad8
Author: Andrea Veri <averi redhat com>
Date: Wed Sep 8 16:27:14 2021 +0200
Append /build
testing.docs.gimp.org/docs_build/entrypoint.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/testing.docs.gimp.org/docs_build/entrypoint.sh b/testing.docs.gimp.org/docs_build/entrypoint.sh
index 2951361d..a8a9e5f1 100755
--- a/testing.docs.gimp.org/docs_build/entrypoint.sh
+++ b/testing.docs.gimp.org/docs_build/entrypoint.sh
@@ -10,8 +10,8 @@ git clone --depth 1 -b gimp-help-${RELEASE//\./\-} https://gitlab.gnome.org/GNOM
cd ${BUILD_PATH} && ./autogen.sh --without-gimp --prefix=${BUILD_PATH}/build && make && make install
if [ -d "/docs_data/docs/${RELEASE}" ]; then
- rsync -vlr ${BUILD_PATH}/share/gimp/2.0/help/ /docs_data/docs/${RELEASE}/
+ rsync -vlr ${BUILD_PATH}/build/share/gimp/2.0/help/ /docs_data/docs/${RELEASE}/
else
mkdir -p /docs_data/docs/${RELEASE}
- rsync -vlr ${BUILD_PATH}/share/gimp/2.0/help/ /docs_data/docs/${RELEASE}/
+ rsync -vlr ${BUILD_PATH}/build/share/gimp/2.0/help/ /docs_data/docs/${RELEASE}/
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]