-- shfs-0.32.ebuild
dodir /lib/modules/${KV}/kernel/fs/shfs/
insinto /lib/modules/${KV}/kernel/fs/shfs/
doins shfs.ko || die
if [ "`echo ${KV}|sed "s/^\([0-9]*\.[0-9]*\).*/\1/"`" = "2.6" ] ; then
else
doins shfs.o || die
fi
# Install binaries
cd ${S}/shfsmount