summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2011-09-12 11:42:33 -0700
committerBrian Behlendorf <[email protected]>2011-09-12 11:45:23 -0700
commita65666f63856653faa9e4a7f35690b73512641ce (patch)
tree241185f6739d847dc5aa883545aeb9fe52b06bce
parent2708f716c0f009bad754b8b94063526fab2048e9 (diff)
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 <[email protected]>
-rw-r--r--zfs.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/zfs.spec.in b/zfs.spec.in
index d5f801c5f..fd8b817fa 100644
--- a/zfs.spec.in
+++ b/zfs.spec.in
@@ -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