- Move copy-platform to arch-specific location.
This commit is contained in:
parent
32f425fade
commit
d5f51bbbcc
@ -1093,8 +1093,8 @@ sed -e's/^\(.*\)$/\1 \1/' -e's,^,ln -s $eclipse/,' >> copy-platform
|
||||
echo "ln -s %{_libdir}/eclipse fragments" >> copy-platform
|
||||
echo "sed --in-place s:%{_libdir}:\$where/fragments: links/fragments.link" >> copy-platform
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/buildscripts
|
||||
cp copy-platform $RPM_BUILD_ROOT%{_datadir}/%{name}/buildscripts
|
||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts
|
||||
cp copy-platform $RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts
|
||||
|
||||
pushd $RPM_BUILD_ROOT%{_datadir}/%{name}
|
||||
## BEGIN ANT ##
|
||||
@ -1664,6 +1664,7 @@ rm -f %{_datadir}/%{name}/configuration/org.eclipse.update/platform.xml*
|
||||
- Use equinox initializer instead of old patch to core.runtime.
|
||||
- Run initializer *after* splitting install into arch-specific and
|
||||
arch-independent locations.
|
||||
- Move copy-platform to arch-specific location.
|
||||
|
||||
* Tue Oct 31 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-11
|
||||
- Fix copy-platform to work with split install.
|
||||
|
Loading…
Reference in New Issue
Block a user