View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-1 / +1 lines)
 Lines 16-22    Link Here 
pkg_setup() {
pkg_setup() {
       if use kernel_linux ; then
       if use kernel_linux ; then
               if kernel_is ge 2 6 23; then
               if kernel_is ge 2 6 24; then
                       CONFIG_CHECK="FUSE_FS"
                       CONFIG_CHECK="FUSE_FS"
                       FUSE_FS_ERROR="You need to build the FUSE module from the kernel source, because your kernel is too new"
                       FUSE_FS_ERROR="You need to build the FUSE module from the kernel source, because your kernel is too new"
               else
               else