From e8a521247222c9d2b5f315d149f509748061d43e Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 1 Mar 2019 15:00:33 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=276 --- bash.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash.spec b/bash.spec index 4128edb1..279641ec 100644 --- a/bash.spec +++ b/bash.spec @@ -451,8 +451,8 @@ test ${rl1[2]} = ${rl2[2]} || exit 1 %{buildroot}%{_sysconfdir}/alternatives/_bin_sh ln -sf %{_bindir}/bash %{buildroot}/bin/bash ln -sf bash %{buildroot}%{_bindir}/rbash - ln -sf bash %{buildroot}/bin/sh - ln -sf %{_sysconfdir}/alternatives/sh %{buildroot}%{_bindir}/sh + ln -sf bash %{buildroot}%{_bindir}/sh + ln -sf %{_bindir}/sh %{buildroot}/bin/sh install -m 644 COMPAT NEWS %{buildroot}%{_docdir}/%{name} install -m 644 COPYING %{buildroot}%{_docdir}/%{name} install -m 644 doc/FAQ %{buildroot}%{_docdir}/%{name}