From 7b82911ae1ed8328e4e2523f2ad12c7da3a8a339 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Sep 15 2017 16:36:13 +0000 Subject: Fix versions in secondary-arch SWT bundles --- diff --git a/eclipse.spec b/eclipse.spec index 1b94c16..1ae4ba6 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -520,7 +520,7 @@ for f in eclipse.jdt/org.eclipse.jdt-feature/feature.xml \ done # Fix versions in secondary arch SWT modules -fix_files=$(grep -lr 3.106.0 org.eclipse.swt.gtk.linux.*) +fix_files=$(grep -lr 3.106.0 eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.*) sed -i -e "s/3.106.0/3.106.1/" $fix_files # We don't need SWT fragments since we only care for current arch