Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 33231 | Differences between
and this patch

Collapse All | Expand All

(-) (-2 / +5 lines)
Line  Link Here
-- shfs-0.32.ebuild
Lines 46-52 Link Here
46
46
47
	dodir /lib/modules/${KV}/kernel/fs/shfs/
47
	dodir /lib/modules/${KV}/kernel/fs/shfs/
48
	insinto /lib/modules/${KV}/kernel/fs/shfs/
48
	insinto /lib/modules/${KV}/kernel/fs/shfs/
49
	doins shfs.ko || die
49
	if [ "`echo ${KV}|sed "s/^\([0-9]*\.[0-9]*\).*/\1/"`" = "2.6" ] ; then
50
		doins shfs.ko || die
51
	else
52
		doins shfs.o || die
53
	fi
50
54
51
# Install binaries
55
# Install binaries
52
	cd ${S}/shfsmount
56
	cd ${S}/shfsmount

Return to bug 33231