|
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} |