Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 340651
Collapse All | Expand All

(-)vmd-1.8.7-r2.ebuild.orig (+5 lines)
Lines 155-160 Link Here
155
	# export STRIDE_BIN so VMD knows where to find stride
155
	# export STRIDE_BIN so VMD knows where to find stride
156
	echo "STRIDE_BIN=${EPREFIX}/usr/bin/stride" > "${T}"/99${PN} || \
156
	echo "STRIDE_BIN=${EPREFIX}/usr/bin/stride" > "${T}"/99${PN} || \
157
		die "Failed to create vmd env file"
157
		die "Failed to create vmd env file"
158
159
	# export VMD_PLUGIN_PATH so that other packages can find them
160
	echo "VMD_PLUGIN_PATH=${EPREFIX}/usr/lib/vmd/plugins/LINUX/molfile" >> "${T}"/99${PN} || \
161
		die "Failed to create vmd env file"
162
158
	doenvd "${T}"/99${PN} || die "Failed to install vmd env file"
163
	doenvd "${T}"/99${PN} || die "Failed to install vmd env file"
159
164
160
	# install docs
165
	# install docs

Return to bug 340651