diff --git a/cppunit.changes b/cppunit.changes index 902d658..bf33769 100644 --- a/cppunit.changes +++ b/cppunit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 23 17:16:53 UTC 2012 - joop.boonen@opensuse.org + +- Fixed SLE build replaced make_install makro by + make DESTDIR=\%{buildroot} install + ------------------------------------------------------------------- Fri Apr 20 12:03:31 UTC 2012 - joop.boonen@opensuse.org diff --git a/cppunit.spec b/cppunit.spec index 163216f..8eeb92b 100644 --- a/cppunit.spec +++ b/cppunit.spec @@ -71,7 +71,7 @@ export CXXFLAGS="%{optflags}" make %{?_smp_mflags} %install -%make_install +make DESTDIR=%{buildroot} install # this got also installed to %_defaultdocdir rm -rf %{buildroot}%{_datadir}/cppunit/html/ find %{buildroot}%{_includedir} -type f | xargs chmod a-x