Fix typo.

This commit is contained in:
Ralf Corsépius 2016-04-30 19:19:30 +02:00
parent 267dd5c6f4
commit a6629ee97c
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ sed -i 's/\(USE_FONTCONFIG = \)False/\1True/' lib/matplotlib/font_manager.py
%patch2 -p1
%patch5 -p1
%if 0%{fedora} > 24
%if 0%{?fedora} > 24
# Installation paths changed
sed -i -e 's,\"qhull/qhull_a.h\",<libqhull/qhull_a.h>,' src/qhull_wrap.c
sed -i -e "s|os.path.join(x, 'qhull')|os.path.join(x, 'libqhull')|" setupext.py