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

Collapse All | Expand All

(-)/usr/portage/net-misc/nxserver-freenx/nxserver-freenx-0.7.1.ebuild (+3 lines)
Lines 52-57 Link Here
52
	epatch "${FILESDIR}"/${P}-cups.patch
52
	epatch "${FILESDIR}"/${P}-cups.patch
53
	epatch "${FILESDIR}"/${P}-nxdialog.patch
53
	epatch "${FILESDIR}"/${P}-nxdialog.patch
54
	epatch "${FILESDIR}"/${P}-nscd.patch
54
	epatch "${FILESDIR}"/${P}-nscd.patch
55
	epatch "${FILESDIR}"/${P}-nxserver_fixes.patch
55
56
56
	sed -i "/PATH_LIB=/s/lib/$(get_libdir)/g" nxloadconfig || die
57
	sed -i "/PATH_LIB=/s/lib/$(get_libdir)/g" nxloadconfig || die
57
	sed -i "/REAL_PATH_BIN=/s/lib/$(get_libdir)/g" nxloadconfig || die
58
	sed -i "/REAL_PATH_BIN=/s/lib/$(get_libdir)/g" nxloadconfig || die
Lines 111-116 Link Here
111
		keepdir ${NX_SESS_DIR}/$x
112
		keepdir ${NX_SESS_DIR}/$x
112
		fperms 0700 ${NX_SESS_DIR}/$x
113
		fperms 0700 ${NX_SESS_DIR}/$x
113
	done
114
	done
115
116
	newinitd ${FILESDIR}/nxserver.init nxserver
114
}
117
}
115
118
116
pkg_postinst () {
119
pkg_postinst () {

Return to bug 198929