aboutsummaryrefslogtreecommitdiffstats
path: root/general
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2024-11-01 13:35:15 -0500
committerDouglas R. Reno <renodr@linuxfromscratch.org>2024-11-01 13:35:15 -0500
commitd859dada916f7fbff899386f60eaeee746d9a020 (patch)
treece99071efb7e02c2def67b8d36cc6efed061b2dd /general
parent1242273a3b555f55299ca810b378a78c3400358d (diff)
librsvg: fix a hardcoded version number in the documentation path
Diffstat (limited to 'general')
-rw-r--r--general/graphlib/librsvg.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/general/graphlib/librsvg.xml b/general/graphlib/librsvg.xml
index 02e2266758..f45dfd180e 100644
--- a/general/graphlib/librsvg.xml
+++ b/general/graphlib/librsvg.xml
@@ -99,11 +99,11 @@
<title>Installation of librsvg</title>
<para>
- At first, fix the install path of the API documentation:
+ First, fix the installation path of the API documentation:
</para>
- <screen><userinput>sed -e "/OUTDIR/s|,| / 'librsvg-2.59.1', '--no-namespace-dir',|" \
- -e '/output/s|Rsvg-2.0|librsvg-2.59.1|' \
+<screen><userinput>sed -e "/OUTDIR/s|,| / 'librsvg-&librsvg-version;', '--no-namespace-dir',|" \
+ -e '/output/s|Rsvg-2.0|librsvg-&librsvg-version;|' \
-i doc/meson.build</userinput></screen>
<para>