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

Collapse All | Expand All

(-)pvfs2-2.6.3.ebuild_orig (-1 / +3 lines)
Lines 20-26 Link Here
20
S="${WORKDIR}/${MY_P}"
20
S="${WORKDIR}/${MY_P}"
21
21
22
#Without this, the make kmod_install in src_install() would fail.
22
#Without this, the make kmod_install in src_install() would fail.
23
ARCH=$(tc-arch-kernel)
23
#ARCH=$(tc-arch-kernel)
24
24
25
pkg_setup() {
25
pkg_setup() {
26
	linux-mod_pkg_setup
26
	linux-mod_pkg_setup
Lines 83-88 Link Here
83
	emake DESTDIR="${D}" install || die "install failed"
83
	emake DESTDIR="${D}" install || die "install failed"
84
	newinitd "${FILESDIR}"/pvfs2-server.rc pvfs2-server
84
	newinitd "${FILESDIR}"/pvfs2-server.rc pvfs2-server
85
	newconfd "${FILESDIR}"/pvfs2-server.conf pvfs2-server
85
	newconfd "${FILESDIR}"/pvfs2-server.conf pvfs2-server
86
	newinitd "${FILESDIR}"/pvfs2-client-init.d pvfs2-client
87
	newconfd "${FILESDIR}"/pvfs2-client.conf pvfs2-client
86
	dodoc AUTHORS CREDITS ChangeLog INSTALL README
88
	dodoc AUTHORS CREDITS ChangeLog INSTALL README
87
	docinto examples
89
	docinto examples
88
	dodoc examples/{fs.conf,pvfs2-server.rc,server.conf-localhost}
90
	dodoc examples/{fs.conf,pvfs2-server.rc,server.conf-localhost}

Return to bug 174670