diff options
author | Garrett Holmstrom <gholms@devzero.com> | 2022-04-06 11:15:41 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-07 03:18:49 +0100 |
commit | 6b17db6bcc1017685e69ac46114f02280f7457a9 (patch) | |
tree | ffe32597a3a654211f627df3e29cadccceb673b1 /app-text/docbook-sgml-utils | |
parent | net-misc/ntpsec: fix seccomp filter w/ glibc 2.35 (rseq) (diff) | |
download | gentoo-6b17db6bcc1017685e69ac46114f02280f7457a9.tar.gz gentoo-6b17db6bcc1017685e69ac46114f02280f7457a9.tar.bz2 gentoo-6b17db6bcc1017685e69ac46114f02280f7457a9.zip |
app-text/docbook-sgml-utils: Fix prefix patch
`docbook-utils-0.6.14-prefix.patch` doesn't work because
we're applying it with `-p1` and its file names lack top-level
directories, so in this patch we add some to fix that.
Signed-off-by: Garrett Holmstrom <gholms@devzero.com>
Closes: https://github.com/gentoo/gentoo/pull/24933
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/docbook-sgml-utils')
-rw-r--r-- | app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch b/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch index 29906c2046ad..3aa8d0ae3d1d 100644 --- a/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch +++ b/app-text/docbook-sgml-utils/files/docbook-utils-0.6.14-prefix.patch @@ -1,5 +1,5 @@ ---- doc/HTML/Makefile.am~ 2007-10-08 04:13:04 +0200 -+++ doc/HTML/Makefile.am 2007-10-08 04:13:34 +0200 +--- docbook-utils-0.6.14/doc/HTML/Makefile.am~ 2007-10-08 04:13:04 +0200 ++++ docbook-utils-0.6.14/doc/HTML/Makefile.am 2007-10-08 04:13:34 +0200 @@ -23,7 +23,7 @@ $(top_srcdir)/doc/refentry/docbook2texi-spec.pl.sgml \ $(top_srcdir)/doc/refentry/frontend-spec.sgml \ @@ -9,8 +9,8 @@ SGML_SEARCH_PATH=$(top_srcdir):$(top_srcdir)/doc:.. \ jade -t sgml -i html -d $(top_srcdir)/docbook-utils.dsl\#html \ -V '%use-id-as-filename%' $< ---- doc/man/Makefile.am~ 2007-10-08 04:14:16 +0200 -+++ doc/man/Makefile.am 2007-10-08 04:14:29 +0200 +--- docbook-utils-0.6.14/doc/man/Makefile.am~ 2007-10-08 04:14:16 +0200 ++++ docbook-utils-0.6.14/doc/man/Makefile.am 2007-10-08 04:14:29 +0200 @@ -10,7 +10,7 @@ $(man1_MANS) $(man7_MANS): $(top_srcdir)/doc/docbook-utils.sgml \ @@ -20,8 +20,8 @@ SGML_SEARCH_PATH=$(top_srcdir)/doc:.. \ nsgmls $< | \ sgmlspl $(top_srcdir)/helpers/docbook2man-spec.pl ---- bin/jw.in~ 2007-10-08 04:27:18 +0200 -+++ bin/jw.in 2007-10-08 04:28:40 +0200 +--- docbook-utils-0.6.14/bin/jw.in~ 2007-10-08 04:27:18 +0200 ++++ docbook-utils-0.6.14/bin/jw.in 2007-10-08 04:28:40 +0200 @@ -63,7 +63,7 @@ then SGML_CONF=`sgmlwhich` @@ -40,8 +40,8 @@ if [ -f "$SGML_CONF" ] then RE='^[:space:]*SGML_BASE_DIR[:space:]*=[:space:]*' ---- backends/txt~ 2007-10-08 04:59:59 +0200 -+++ backends/txt 2007-10-08 05:00:52 +0200 +--- docbook-utils-0.6.14/backends/txt~ 2007-10-08 04:59:59 +0200 ++++ docbook-utils-0.6.14/backends/txt 2007-10-08 05:00:52 +0200 @@ -2,21 +2,21 @@ # Send any comments to Eric Bischoff <eric@caldera.de> # This program is under GPL license. See LICENSE file for details. @@ -72,8 +72,8 @@ ARGS="-dump" else echo >&2 "No way to convert HTML to text found." ---- configure.in~ 2004-02-11 15:14:15 +0100 -+++ configure.in 2007-10-14 10:40:51 +0200 +--- docbook-utils-0.6.14/configure.in~ 2004-02-11 15:14:15 +0100 ++++ docbook-utils-0.6.14/configure.in 2007-10-14 10:40:51 +0200 @@ -20,11 +20,11 @@ AC_SUBST(docdir) |