rpms/ccache/devel ccache.spec,1.30,1.31

Ville Skyttä scop at fedoraproject.org
Sat Jul 3 12:06:34 UTC 2010


Author: scop

Update of /cvs/pkgs/rpms/ccache/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15715

Modified Files:
	ccache.spec 
Log Message:
Drop no longer needed STRIP=:.


Index: ccache.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ccache/devel/ccache.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- ccache.spec	3 Jul 2010 12:02:48 -0000	1.30
+++ ccache.spec	3 Jul 2010 12:06:34 -0000	1.31
@@ -48,7 +48,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT %{name}-%{version}.compilers
-make install DESTDIR=$RPM_BUILD_ROOT STRIP=:
+make install DESTDIR=$RPM_BUILD_ROOT
 install -dm 755 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
 install -pm 644 %{name}.sh %{name}.csh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
 install -dm 755 $RPM_BUILD_ROOT%{_libdir}/ccache



More information about the scm-commits mailing list