SHA256
8
0
forked from pool/cppunit

Accepting request 142621 from home:worldcitizen:branches:devel:libraries:c_c++

Fixed SLE build replaced make_install makro by make DESTDIR=\%{buildroot} install

OBS-URL: https://build.opensuse.org/request/show/142621
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cppunit?expand=0&rev=2
This commit is contained in:
2012-11-27 12:10:31 +00:00
committed by Git OBS Bridge
parent c92f954725
commit e00e7bfafa
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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