The target directory for installing the kext is hardcoded to /System/Library/Extensions in module/spl/Makefile.(am|in) . It should be configurable in configure, i.e. there should be a kind of "--sysprefix" which is prefixed to all target paths. The idea is to be able to install into a system root of a sstem X mounted elsewhere in system Y.
I tried to look into this, but I have honestly no clue how the autoconf / automake tools work.
The target directory for installing the kext is hardcoded to /System/Library/Extensions in module/spl/Makefile.(am|in) . It should be configurable in configure, i.e. there should be a kind of "--sysprefix" which is prefixed to all target paths. The idea is to be able to install into a system root of a sstem X mounted elsewhere in system Y.
I tried to look into this, but I have honestly no clue how the autoconf / automake tools work.