Repair build environment in Base:System

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=280
This commit is contained in:
Dr. Werner Fink 2019-03-05 12:24:22 +00:00 committed by Git OBS Bridge
parent 673b3e4972
commit e9cd66710e

View File

@ -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