--- pvfs2-2.6.3.ebuild_orig 2007-06-27 09:54:37.000000000 -0400 +++ pvfs2-2.6.3.ebuild 2007-06-27 09:08:41.000000000 -0400 @@ -20,7 +20,7 @@ S="${WORKDIR}/${MY_P}" #Without this, the make kmod_install in src_install() would fail. -ARCH=$(tc-arch-kernel) +#ARCH=$(tc-arch-kernel) pkg_setup() { linux-mod_pkg_setup @@ -83,6 +83,8 @@ emake DESTDIR="${D}" install || die "install failed" newinitd "${FILESDIR}"/pvfs2-server.rc pvfs2-server newconfd "${FILESDIR}"/pvfs2-server.conf pvfs2-server + newinitd "${FILESDIR}"/pvfs2-client-init.d pvfs2-client + newconfd "${FILESDIR}"/pvfs2-client.conf pvfs2-client dodoc AUTHORS CREDITS ChangeLog INSTALL README docinto examples dodoc examples/{fs.conf,pvfs2-server.rc,server.conf-localhost}