File: 0001-ftbfs-asciidoc.patch

package info (click to toggle)
open-infrastructure-system-tools 20190301-lts1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,696 kB
  • sloc: sh: 14,285; makefile: 441
file content (15 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Fixing FTBFS with newer asciidoc versions.

diff -Naurp open-infrastructure-compute-tools.orig/system-images/share/man/Makefile open-infrastructure-compute-tools/system-images/share/man/Makefile
--- open-infrastructure-compute-tools.orig/system-images/share/man/Makefile
+++ open-infrastructure-compute-tools/system-images/share/man/Makefile
@@ -20,7 +20,7 @@
 # Depends: asciidoc dblatex docbook-xsl libxml2-utils source-highlight
 
 A2X = a2x \
-	--asciidoc-opts "-a revdate=$(shell cat ../../VERSION.txt)" \
+	--asciidoc-opts="-a revdate=$(shell cat ../../VERSION.txt)" \
 	--doctype=manpage
 
 SHELL := sh -e