Accepting request 625693 from home:jengelh:branches:Base:System

- Avoid bashisms in spec

OBS-URL: https://build.opensuse.org/request/show/625693
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=63
This commit is contained in:
Andreas Schwab 2018-07-30 07:39:26 +00:00 committed by Git OBS Bridge
parent 598dbbe42e
commit a01fdffd2d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 27 07:42:02 UTC 2018 - jengelh@inai.de
- Avoid bashisms in spec
-------------------------------------------------------------------
Mon Jul 16 15:41:30 UTC 2018 - schwab@suse.de

View File

@ -56,7 +56,7 @@ The GNU make command with extensive documentation.
%patch4 -p1
%patch5 -p1
%patch6 -p1
if [ %{_lib} == lib64 ]; then
if [ %{_lib} = lib64 ]; then
%patch64 -p1
fi