Fix bootstap build on 32-bit systems

Problem found and reported by Nicolas Lécureuil from Mageia
This commit is contained in:
Mikolaj Izdebski 2016-02-22 16:18:33 +01:00
parent 977fee7af1
commit d6751f2f1d
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
#! /bin/bash
set -e -x
#! /bin/bash -e
. $(pwd)/tycho-scripts.sh

View File

@ -1,5 +1,4 @@
#! /bin/bash
set -x
. $(pwd)/tycho-scripts.sh

View File

@ -221,6 +221,7 @@ sed -i -e 's/org\.mockito/org.mockito.mockito-core/' tycho-bundles/org.eclipse.t
# Bootstrap Build
%if %{eclipse_bootstrap}
tar -xf %{SOURCE5}
ln -s lib64 bootstrap/usr/lib
%endif
%if %{tycho_bootstrap}