aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse/scripts/pre-patch
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse/scripts/pre-patch')
-rw-r--r--java/eclipse/scripts/pre-patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/java/eclipse/scripts/pre-patch b/java/eclipse/scripts/pre-patch
index ce79ba5c029a..719a4df77e40 100644
--- a/java/eclipse/scripts/pre-patch
+++ b/java/eclipse/scripts/pre-patch
@@ -4,11 +4,11 @@
#
LINUX_DIRS="
eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.*
+ eclipse.platform.swt.binaries/bundles/org.eclipse.swt.browser.chromium.gtk.linux.*
eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.*
eclipse.platform.resources/bundles/org.eclipse.core.filesystem/natives/unix/linux
- eclipse.platform.team/bundles/org.eclipse.core.net.linux.*
- eclipse.platform.team/bundles/org.eclipse.core.net/natives/unix/linux
- rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux.*
+ eclipse.platform.team/bundles/org.eclipse.core.net.linux*
+ rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux*
rt.equinox.binaries/org.eclipse.equinox.launcher.gtk.linux.*
rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.*"
@@ -42,6 +42,8 @@ do
NEWNAME=$(rename_arch ${D})
mv ${D} ${NEWNAME}
+ echo "INFO: ${D} -> ${NEWNAME}"
+
case ${NEWNAME} in
*.powerpc64)
cp -rf ${NEWNAME} `echo ${NEWNAME} | sed -e 's/powerpc64/powerpc64le/'`;;