diff options
author | Brian Behlendorf <[email protected]> | 2009-07-10 11:52:55 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-07-10 11:52:55 -0700 |
commit | 379941cb58771d846ed84015434a09a64881f719 (patch) | |
tree | e7c42dd41768d70c0c1618753da19fdce662cff9 /scripts | |
parent | 0d4deb47608a970774811855b55712f786e133e3 (diff) | |
parent | e16ffab3027820bee993fc1a0e9662a9e9dba0a2 (diff) |
Merge commit 'refs/top-bases/linux-zpios' into linux-zpios
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=( \ |