kmod/no-stylesheet-download.patch
Jan Engelhardt 18d10a1b0f Accepting request 1089524 from home:michals
- On usrmerged system move kernel modules into /usr as well (boo#1211796)
  + usr-lib-modules.patch
- Refresh usr-lib-modprobe.patch
- Refresh no-stylesheet-download.patch

OBS-URL: https://build.opensuse.org/request/show/1089524
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=213
2023-05-29 09:49:12 +00:00

26 lines
852 B
Diff

From e89e12c40ab05fb26066e7f4f82326b545041bd3 Mon Sep 17 00:00:00 2001
From: Michal Suchanek <msuchanek@suse.de>
Date: Mon, 6 Sep 2021 14:52:35 +0200
Subject: [PATCH] Do not download the docbook stylesheet during build, use
local copy instead.
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---
man/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/Makefile.am b/man/Makefile.am
index b6603e34c4bf..7dc73b348ce2 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -22,5 +22,5 @@ CLEANFILES = $(dist_man_MANS)
--nonet \
--stringparam man.output.quietly 1 \
--param funcsynopsis.style "'ansi'" \
- http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
+ /usr/share/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl $<
sed -i -e 's|@PREFIX@|$(prefix)|g' $@
--
2.40.0