From a3eaf13b4cfacd7a6cab462e8c10583146b666f3ee7bee4a686f4e19c20e73af Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 5 Mar 2019 12:24:22 +0000 Subject: [PATCH] Repair build environment in Base:System OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=280 --- bash.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/bash.spec b/bash.spec index a43b49b..d471dfe 100644 --- a/bash.spec +++ b/bash.spec @@ -497,6 +497,7 @@ EOF %preun -p /bin/bash if test "$1" = 0; then %{_sbindir}/update-alternatives --quiet --remove sh %{_bindir}/bash +ln -sf %{_bindir}/sh /bin/sh fi %post doc