# Source: Description: 01_fix_static_datadir_evaluation.dpatch by Daniel Leidert (dale) All lines beginning with `## DP:' are a description of the patch. The evaluation of datadir results in "${prefix}/share" without evaluation of the ${prefix} variable with autoconf 2.60. Index: docbook2X-0.8.8/configure.ac =================================================================== --- docbook2X-0.8.8.orig/configure.ac +++ docbook2X-0.8.8/configure.ac @@ -148,7 +148,7 @@ dnl they will reside and should use these static_* values. dnl Ensure that all static_* are fully expanded. -eval static_datadir="$datadir" +eval eval static_datadir="$datadir" eval static_bindir="$bindir" old_val="" /option> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-19teams: qt: Remove erroneous comment at top of scripts....* etc/teams/qt/common.scm: Remove erroneous comment. * etc/teams/qt/qt-manifest.scm: Likewise. * etc/teams/qt/qt5-manifest.scm: Likewise. Change-Id: I87a0ea669caa0ba5049b48a4f04fda58518c3f05 Maxim Cournoyer
2023-08-22etc: Add Qt manifests for Qt maintenance....* etc/teams/qt/common.scm: New file. * etc/teams/qt/qt-manifest.scm: Likewise. * etc/teams/qt/qt5-manifest.scm: Likewise. Maxim Cournoyer