diff options
author | Brian Behlendorf <[email protected]> | 2013-02-16 15:32:08 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-03-04 19:09:34 -0800 |
commit | 5f0a4b0847ae19a5e647734cb3ca1c5af8bd9cf9 (patch) | |
tree | ef666bec14be1d5c63c89350fb8d049cee8a822d /configure.ac | |
parent | d1142fbffe720cd5f82691d7a00816ce72f4e2b2 (diff) |
Remove ARCH packaging
The kernel modules are now available in the Arch User Repository
(AUR) via zfs. Since their packaging is maintained and superior
to ours it is being removed from the tree.
https://wiki.archlinux.org/index.php/ZFS
Now that various distributions are picking up the packages we
should eventually be able to remove most of this infrastructure.
Packaging belongs with the distributions not upstream.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f739a58bc..7a4a729db 100644 --- a/configure.ac +++ b/configure.ac @@ -66,8 +66,6 @@ AC_CONFIG_FILES([ scripts/Makefile spl.spec spl-modules.spec - PKGBUILD-spl - PKGBUILD-spl-modules spl.release dkms.conf ]) |