- Removed buildroot from path in datadir.link

This commit is contained in:
Sean Flanigan 2008-08-04 06:17:59 +00:00
parent 57bee499e9
commit 96a1f3712e

View File

@ -27,7 +27,7 @@ Epoch: 1
Summary: An open, extensible IDE Summary: An open, extensible IDE
Name: eclipse Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro} Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 14%{?dist} Release: 15%{?dist}
License: EPL License: EPL
Group: Text Editors/Integrated Development Environments (IDE) Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/ URL: http://www.eclipse.org/
@ -958,7 +958,7 @@ done
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/links mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/links
# Set up an extension location and a link file for the arch-independent dir # Set up an extension location and a link file for the arch-independent dir
echo "path:$RPM_BUILD_ROOT%{_datadir}" > \ echo "path:%{_datadir}" > \
$RPM_BUILD_ROOT%{_libdir}/%{name}/links/datadir.link $RPM_BUILD_ROOT%{_libdir}/%{name}/links/datadir.link
# Ensure the launcher binary has the correct permissions # Ensure the launcher binary has the correct permissions
@ -1435,6 +1435,9 @@ fi
%{_libdir}/%{name}/configuration/org.eclipse.equinox.source %{_libdir}/%{name}/configuration/org.eclipse.equinox.source
%changelog %changelog
* Mon Aug 04 2008 Sean Flanigan <sflaniga@redhat.com> 3.4.0-15
- Removed buildroot from path in datadir.link
* Mon Aug 04 2008 Sean Flanigan <sflaniga@redhat.com> 3.4.0-14 * Mon Aug 04 2008 Sean Flanigan <sflaniga@redhat.com> 3.4.0-14
- Created missing directory for link file - Created missing directory for link file