SHA256
1
0
forked from pool/vtk
andrea florio 2009-11-08 21:22:56 +00:00 committed by Git OBS Bridge
parent 2d53797316
commit eac5424198

View File

@ -131,7 +131,11 @@ make install
# python stuff is installed in the wrong directory /usr/local # python stuff is installed in the wrong directory /usr/local
# http://www.vtk.org/Bug/view.php?id=4010 # http://www.vtk.org/Bug/view.php?id=4010
mv $RPM_BUILD_ROOT%{_prefix}/local/%{_libexec}/python* $RPM_BUILD_ROOT%{_libexec}/ %if %_suse_version <= 1110
mv $RPM_BUILD_ROOT%{_prefix}/local/%{_lib}/python* $RPM_BUILD_ROOT%{_libdir}/
%else
mv $RPM_BUILD_ROOT%{_prefix}/local/lib/python* $RPM_BUILD_ROOT/%_prefix/lib
%endif
# install testing-progs and examples # install testing-progs and examples
find bin -type f | egrep -v '\.' > bin-progs-list find bin -type f | egrep -v '\.' > bin-progs-list