Install zfs-devel headers in /usr/include

The zfs-devel header files for linking with the libspl/libzfs
libraries should be installed under /usr/include not /include.
Ensure the correct install location is used when building an
rpm package.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Brian Behlendorf 2011-09-12 11:42:33 -07:00
parent 2708f716c0
commit a65666f638
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
%define _prefix /
%define _libexecdir /usr/libexec
%define _datadir /usr/share
%define _includedir /usr/include
%define _udevdir /lib/udev
Summary: ZFS Library and Utils