diff options
author | Brian Behlendorf <[email protected]> | 2009-07-10 11:37:30 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-07-10 11:37:30 -0700 |
commit | e16ffab3027820bee993fc1a0e9662a9e9dba0a2 (patch) | |
tree | 138edd745c8401d08393cd4bd8a2da3dc512f179 /scripts | |
parent | 4baa59ce44998cb3e484d1c7c9d3bdddd3bc8fdf (diff) |
SPLBUILD now includes modules
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/zfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/zfs.sh b/scripts/zfs.sh index 35c29b67d..df1c782a5 100755 --- a/scripts/zfs.sh +++ b/scripts/zfs.sh @@ -14,7 +14,7 @@ KERNEL_MODULES=( \ ) SPL_MODULES=( \ - ${SPLBUILD}/module/spl/spl.ko \ + ${SPLBUILD}/spl/spl.ko \ ) ZFS_MODULES=( \ |