RHEL 6 (and probably other platforms as well) sets _defaultdocdir=%{_datadir}/doc, which screws things up, since we're overriding _datadir. Since we intend _defaultdocdir to be /usr/share/doc, just be explicit about it.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1193 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
%define _datadir %{__datadir}
|
||||
|
||||
# Path under which docs should be installed
|
||||
%define _docdir %{_defaultdocdir}/%{name}-%{version}
|
||||
%define _docdir /usr/share/doc/%{name}-%{version}
|
||||
|
||||
# Path under which headers should be installed
|
||||
%define _includedir %{__includedir}
|
||||
|
||||
Reference in New Issue
Block a user