]> git.pld-linux.org Git - packages/cppunit.git/commitdiff
- second part of small fixes inspired by kloczek (this time better checked,
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 8 Jul 2003 00:05:10 +0000 (00:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  I hope...)

Changed files:
    cppunit.spec -> 1.7

cppunit.spec

index 384798dbf6f56ce10871ede4a19caabce61ef971..55264c9e8de0e3e98e2fa8c5e033cfd2d209f8d5 100644 (file)
@@ -56,13 +56,13 @@ rm -f missing
 %{__autoconf}
 %{__automake}
 %configure
-
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 rm -rf $RPM_BUILD_ROOT%{_includedir}/cppunit/{ui/mfc,ui/qt,config-[bm]*}
 
This page took 0.111231 seconds and 4 git commands to generate.