From 255db7fcf6a47ea459744a8e2f8954a770ee69bced98767b3de3c2b806820da9 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 a973202..2f98d07 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}