diff --git a/tycho-bootstrap.sh b/tycho-bootstrap.sh index 2457478..cf5c3ff 100755 --- a/tycho-bootstrap.sh +++ b/tycho-bootstrap.sh @@ -1,5 +1,4 @@ -#! /bin/bash -set -e -x +#! /bin/bash -e . $(pwd)/tycho-scripts.sh diff --git a/tycho-debundle.sh b/tycho-debundle.sh index 728ea08..59c046b 100755 --- a/tycho-debundle.sh +++ b/tycho-debundle.sh @@ -1,5 +1,4 @@ #! /bin/bash -set -x . $(pwd)/tycho-scripts.sh diff --git a/tycho.spec b/tycho.spec index 0ba3005..847a2d5 100644 --- a/tycho.spec +++ b/tycho.spec @@ -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}