Move copy-platform instead of copying it.

This commit is contained in:
Alexander Kurtakov 2008-10-16 08:35:17 +00:00
parent 0061dd641d
commit c3c925c342
1 changed files with 4 additions and 1 deletions

View File

@ -1131,7 +1131,7 @@ cp -p %{SOURCE16} copy-platform
) |
sed -e's,^\(.*\),[ ! -e \1 ] \&\& ln -s $eclipse/\1 \1,' >> copy-platform
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts
cp -p copy-platform $RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts
mv copy-platform $RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts
copyPlatform=$RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts/copy-platform
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
for p in $(ls -d dropins/jdt/plugins/*); do
@ -1530,6 +1530,9 @@ fi
#%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
%changelog
* Wed Oct 16 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-1
- Move copy-platform instead of copying it.
* Wed Oct 15 2008 Andrew Overholt <overholt@redhat.com> 3.4.1-1
- Add conditionals around Equinox initialization to enable debugging.