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_pre9.ebuild (-2 / +2 lines)
Lines 266-276 Link Here
266
266
267
	einfo "Installing features and plugins"
267
	einfo "Installing features and plugins"
268
	if use gtk ; then
268
	if use gtk ; then
269
		[ -f result/linux-gtk-${ARCH}-sdk.zip ] || die "gtk zip bundle was not build properly!"
269
		[ -f result/linux-gtk-${ARCH}-sdk.zip ] || die "gtk zip bundle was not built properly!"
270
		unzip -o -q result/linux-gtk-${ARCH}-sdk.zip -d ${D}/usr/lib
270
		unzip -o -q result/linux-gtk-${ARCH}-sdk.zip -d ${D}/usr/lib
271
	fi
271
	fi
272
	if use motif ; then
272
	if use motif ; then
273
		[ -f result/linux-gtk-${ARCH}-sdk.zip ] || die "motif zip bundle was not build properly!"
273
		[ -f result/linux-motif-${ARCH}-sdk.zip ] || die "motif zip bundle was not built properly!"
274
		unzip -o -q result/linux-motif-${ARCH}-sdk.zip -d ${D}/usr/lib
274
		unzip -o -q result/linux-motif-${ARCH}-sdk.zip -d ${D}/usr/lib
275
	fi
275
	fi
276
276

Return to bug 54407