- Removed buildroot from path in datadir.link
This commit is contained in:
parent
57bee499e9
commit
96a1f3712e
@ -27,7 +27,7 @@ Epoch: 1
|
||||
Summary: An open, extensible IDE
|
||||
Name: eclipse
|
||||
Version: %{eclipse_majmin}.%{eclipse_micro}
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
License: EPL
|
||||
Group: Text Editors/Integrated Development Environments (IDE)
|
||||
URL: http://www.eclipse.org/
|
||||
@ -958,7 +958,7 @@ done
|
||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/links
|
||||
|
||||
# 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
|
||||
|
||||
# Ensure the launcher binary has the correct permissions
|
||||
@ -1435,6 +1435,9 @@ fi
|
||||
%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
|
||||
|
||||
%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
|
||||
- Created missing directory for link file
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user