[packages/docbook-style-xsl] - fix epub/bin/dbtoepub shebang
hawk
hawk at pld-linux.org
Tue Apr 23 21:20:17 CEST 2024
commit 60211eeff26e78b46921bc52395166e9b861ebcd
Author: Marcin Krol <hawk at tld-linux.org>
Date: Tue Apr 23 21:08:12 2024 +0200
- fix epub/bin/dbtoepub shebang
docbook-style-xsl.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/docbook-style-xsl.spec b/docbook-style-xsl.spec
index 27e7060..f507c0e 100644
--- a/docbook-style-xsl.spec
+++ b/docbook-style-xsl.spec
@@ -9,7 +9,7 @@ Summary(pl.UTF-8): Arkusze stylów XSL dla DocBooka
Summary(pt_BR.UTF-8): Stylesheets modulares do Norman Walsh para DocBook
Name: docbook-style-xsl
Version: 1.79.2
-Release: 5
+Release: 6
License: MIT-like
Group: Applications/Publishing/XML
#Source0Download: https://github.com/docbook/xslt10-stylesheets/releases
@@ -91,6 +91,8 @@ Rozszerzenia DocBook Saxon.
%setup -q -n docbook-xsl-%{version} -b1
%patch0 -p2
+%{__sed} -i -e '1s,/usr/bin/env ruby,%{__ruby},' epub/bin/dbtoepub
+
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{xsl_path},%{_sysconfdir}/xml} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/docbook-style-xsl.git/commitdiff/60211eeff26e78b46921bc52395166e9b861ebcd
More information about the pld-cvs-commit
mailing list