rpms/llvm/devel llvm.spec,1.21,1.22

Michel Alexandre Salim salimma at fedoraproject.org
Mon Sep 7 14:11:08 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/llvm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9408

Modified Files:
	llvm.spec 
Log Message:
Only fix permissions on real files, not symlinks



Index: llvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/llvm/devel/llvm.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- llvm.spec	7 Sep 2009 13:07:34 -0000	1.21
+++ llvm.spec	7 Sep 2009 14:11:08 -0000	1.22
@@ -198,7 +198,7 @@ rm %{buildroot}%{_bindir}/gcc{as,ld}
 sed -i 's,ABS_RUN_DIR/lib",ABS_RUN_DIR/%{_lib}/%{name}",' \
   %{buildroot}%{_bindir}/llvm-config
 
-chmod -x %{buildroot}%{_libdir}/*/*.a
+chmod -x %{buildroot}%{_libdir}/%{name}/*.a
 
 # remove documentation makefiles:
 # they require the build directory to work




More information about the fedora-extras-commits mailing list