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

Collapse All | Expand All

(-)eclipse-sdk-3.0.0_pre8-r3.ebuild (-2 / +2 lines)
Lines 275-285 Link Here
275
275
276
	einfo "Installing features and plugins"
276
	einfo "Installing features and plugins"
277
	if use gtk ; then
277
	if use gtk ; then
278
		[ -f result/linux-gtk-${ARCH}-sdk.zip ] || die "gtk zip bundle was not build properly!"
278
		[ -f result/linux-gtk-${ARCH}-sdk.zip ] || die "gtk zip bundle was not built properly!"
279
		unzip -o -q result/linux-gtk-${ARCH}-sdk.zip -d ${D}/usr/lib
279
		unzip -o -q result/linux-gtk-${ARCH}-sdk.zip -d ${D}/usr/lib
280
	fi
280
	fi
281
	if use motif ; then
281
	if use motif ; then
282
		[ -f result/linux-gtk-${ARCH}-sdk.zip ] || die "motif zip bundle was not build properly!"
282
		[ -f result/linux-motif-${ARCH}-sdk.zip ] || die "motif zip bundle was not built properly!"
283
		unzip -o -q result/linux-motif-${ARCH}-sdk.zip -d ${D}/usr/lib
283
		unzip -o -q result/linux-motif-${ARCH}-sdk.zip -d ${D}/usr/lib
284
	fi
284
	fi
285
	mv ${D}/usr/lib/eclipse ${D}/${eclipse_dir}
285
	mv ${D}/usr/lib/eclipse ${D}/${eclipse_dir}

Return to bug 54407