diff options
author | Richard Yao <[email protected]> | 2014-08-29 11:53:09 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-10-28 09:37:06 -0700 |
commit | 3cd33ffc3ba1ebbc90eab280d87d6ac096be92f9 (patch) | |
tree | 7266ac8315ac1e9b674429e2014175a217872691 /include/sys/Makefile.am | |
parent | ed6e9cc235b47b5c940178926715f871bd36dc5e (diff) |
Kernel header installation should respect --prefix
This is the upstream component of work that enables preliminary support
for building Gentoo's ZFS packaging on other Linux systems via Gentoo
Prefix.
Signed-off-by: Richard Yao <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #2641
Diffstat (limited to 'include/sys/Makefile.am')
-rw-r--r-- | include/sys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/Makefile.am b/include/sys/Makefile.am index 8f01660cb..a755b394d 100644 --- a/include/sys/Makefile.am +++ b/include/sys/Makefile.am @@ -99,6 +99,6 @@ libzfs_HEADERS = $(COMMON_H) $(USER_H) endif if CONFIG_KERNEL -kerneldir = /usr/src/zfs-$(VERSION)/include/sys +kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys kernel_HEADERS = $(COMMON_H) $(KERNEL_H) endif |