Accepting request 259538 from home:Ledest:misc

Fix shebang of xmlto (xmlto using some bash-specific constructions)

OBS-URL: https://build.opensuse.org/request/show/259538
OBS-URL: https://build.opensuse.org/package/show/Publishing/xmlto?expand=0&rev=26
This commit is contained in:
OBS User mrdocs 2014-11-04 07:37:51 +00:00 committed by Git OBS Bridge
parent 1ed60fd441
commit 1d14d64fc4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Oct 19 21:19:00 UTC 2014 - Led <ledest@gmail.com>
- fix shebang of xmlto
-------------------------------------------------------------------
Wed Jun 11 08:24:10 UTC 2014 - tchvatal@suse.com

View File

@ -75,7 +75,7 @@ test -x %{_bindir}/xsltproc || {
}
%build
%configure
%configure BASH=/bin/bash
make %{?_smp_mflags}
%check