SHA256
3
0
forked from pool/bash

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 244d5a7a9e
commit a3eaf13b4c

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