Accepting request 627288 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/627288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2018-08-15 08:29:09 +00:00 committed by Git OBS Bridge
commit 821f040bfc
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