Minor update to the chrpath command

This commit is contained in:
Trond Danielsen 2008-03-04 07:26:32 +00:00
parent 29f3782bfa
commit 031956fb0c

View File

@ -70,7 +70,7 @@ make %{?_smp_mflags}
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
chrpath --delete $RPM_BUILD_ROOT/%{_libdir}/libopenrawgnome.so.1.3.0
chrpath --delete $RPM_BUILD_ROOT/%{_libdir}/libopenrawgnome.so.1.4.0
%clean
rm -rf $RPM_BUILD_ROOT