Accepting request 922406 from Base:System
- Install bash_builtins manpage under the correct name (forwarded request 922382 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/922406 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=172
This commit is contained in:
commit
b178b31a83
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 30 13:42:48 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Install bash_builtins manpage under the correct name
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 26 08:03:24 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
Mon Jul 26 08:03:24 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -461,7 +461,7 @@ test ${rl1[2]} = ${rl2[2]} || exit 1
|
|||||||
install -m 644 doc/FAQ %{buildroot}%{_docdir}/%{name}
|
install -m 644 doc/FAQ %{buildroot}%{_docdir}/%{name}
|
||||||
install -m 644 doc/INTRO %{buildroot}%{_docdir}/%{name}
|
install -m 644 doc/INTRO %{buildroot}%{_docdir}/%{name}
|
||||||
install -m 644 doc/*.html %{buildroot}%{_docdir}/%{name}
|
install -m 644 doc/*.html %{buildroot}%{_docdir}/%{name}
|
||||||
install -m 644 doc/builtins.1 %{buildroot}%{_mandir}/man1/bashbuiltins.1
|
install -m 644 doc/builtins.1 %{buildroot}%{_mandir}/man1/bash_builtins.1
|
||||||
install -m 644 doc/rbash.1 %{buildroot}%{_mandir}/man1/rbash.1
|
install -m 644 doc/rbash.1 %{buildroot}%{_mandir}/man1/rbash.1
|
||||||
gzip -9f %{buildroot}%{_infodir}/*.inf*[^z] || true
|
gzip -9f %{buildroot}%{_infodir}/*.inf*[^z] || true
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
|
mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d
|
||||||
@ -521,7 +521,7 @@ fi
|
|||||||
%dir %{_datadir}/bash/helpfiles
|
%dir %{_datadir}/bash/helpfiles
|
||||||
%{_datadir}/bash/helpfiles/*
|
%{_datadir}/bash/helpfiles/*
|
||||||
%{_mandir}/man1/bash.1%{?ext_man}
|
%{_mandir}/man1/bash.1%{?ext_man}
|
||||||
%{_mandir}/man1/bashbuiltins.1%{?ext_man}
|
%{_mandir}/man1/bash_builtins.1%{?ext_man}
|
||||||
%{_mandir}/man1/bashbug.1%{?ext_man}
|
%{_mandir}/man1/bashbug.1%{?ext_man}
|
||||||
%{_mandir}/man1/rbash.1%{?ext_man}
|
%{_mandir}/man1/rbash.1%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user