[tracker/wip/carlosg/dist-docs: 1/3] docs: Fix dist




commit 36343d87d6c5936b8bd915093b37023bfba4e04a
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Aug 31 13:46:27 2021 +0200

    docs: Fix dist
    
    The install script for devhelp files is using the wrong environment
    variables as the destination dir. This breaks dist.

 docs/reference/libtracker-sparql/install-devhelp.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/libtracker-sparql/install-devhelp.sh 
b/docs/reference/libtracker-sparql/install-devhelp.sh
index 6f396a55b..75b50ec06 100755
--- a/docs/reference/libtracker-sparql/install-devhelp.sh
+++ b/docs/reference/libtracker-sparql/install-devhelp.sh
@@ -24,5 +24,5 @@ echo -e "  </functions>\n</book>" >>fixed.devhelp2
 mv fixed.devhelp2 $devhelp_file
 
 # Step 3. Install all files
-mkdir -p ${MESON_INSTALL_PREFIX}/share/devhelp/books
-cp -a $docs_path ${MESON_INSTALL_PREFIX}/share/devhelp/books/
+mkdir -p ${MESON_INSTALL_DESTDIR_PREFIX}/share/devhelp/books
+cp -a $docs_path ${MESON_INSTALL_DESTDIR_PREFIX}/share/devhelp/books/


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