This commit is contained in:
Andrew Overholt 2005-10-11 23:25:17 +00:00
parent 715b3d0cfc
commit 35a1689c39
1 changed files with 2 additions and 1 deletions

View File

@ -643,7 +643,7 @@ for l in `find configuration -name \*.so`; do
echo $currentDir | gawk -F '/' '{ print "/"$7"/"$8"/"$9"/"$10"/"$11"/"$12"/"$13"/"$14 }' > %{_builddir}/%{buildsubdir}/%{libname}-gtk2.install;
fi
popd
elif [ "`basename $l`" = "libcore_3_1_1.so" ]; then
elif [ "`basename $l`" = "libcore_3_1_0.so" ]; then
pushd `dirname $l`;
cd ../../../../..;
currentDir=`pwd`;
@ -854,6 +854,7 @@ ln -s %{_datadir}/%{name}/plugins/org.eclipse.jdt.core_%{eclipse_majmin}.%{eclip
# Install /usr/bin/ecj script
sed 's:@JAVADIR@:%{_javadir}:g' < %{SOURCE20} > ecj
install -m755 ecj $RPM_BUILD_ROOT%{_bindir}
rm ecj
%if %{gcj_support}
aot-compile-rpm