fix typo in aot-compile-line

This commit is contained in:
Ben Konrath 2007-01-06 03:22:16 +00:00
parent c4213c74d3
commit 242719fc7c
1 changed files with 1 additions and 1 deletions

View File

@ -1307,7 +1307,7 @@ UIIDEPLUGINVERSION=$(ls plugins | grep ui.ide_ | sed 's/org.eclipse.ui.ide_//')
aot-compile-rpm --exclude %{_datadir}/%{name}/plugins/org.eclipse.ui.ide_$UIIDEPLUGINVERSION
%else
aot-compile-rpm --exclude %{_datadir}/%{name}/plugins/org.eclipse.ui.ide_$UIIDEPLUGINVERSION \
--exclude %{_datadir}/%{name}/plugins/com.jcraft.jsch_0.1.28.jar
--exclude %{_datadir}/%{name}/plugins/com.jcraft.jsch_0.1.28.jar \
--exclude %{_datadir}/%{name}/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar
%endif
%endif