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

Collapse All | Expand All

(-)/usr/portage/app-arch/stuffit/stuffit-5.2.0.611.ebuild (-4 / +5 lines)
Lines 55-64 Link Here
55
	doman ${S}/man/man1/*
55
	doman ${S}/man/man1/*
56
56
57
	# Also add the executables to the path
57
	# Also add the executables to the path
58
	dodir etc/env.d
58
	#dodir etc/env.d
59
	echo -e "PATH=${INSTALLDIR}/bin\nROOTPATH=${INSTALLDIR}/bin" > \
59
	#echo -e "PATH=${INSTALLDIR}/bin\nROOTPATH=${INSTALLDIR}/bin" > \
60
		${D}/etc/env.d/10stuffit
60
	#	${D}/etc/env.d/10stuffit
61
61
	dosym /opt/stuffit/bin/unstuff /opt/bin/unstuff
62
	dosym /opt/stuffit/bin/stuff /opt/bin/stuff
62
}
63
}
63
64
64
pkg_postinst() {
65
pkg_postinst() {

Return to bug 133620