ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/xdaq.spec
(Generate patch)

Comparing COMP/CMSDIST/xdaq.spec (file contents):
Revision 1.2 by eulisse, Fri Apr 14 21:59:43 2006 UTC vs.
Revision 1.3 by eulisse, Fri Apr 14 23:42:26 2006 UTC

# Line 37 | Line 37 | find .  -type f ! -path "./lib/*.%{libex
37   find .  -type f ! -path "./bin/*.exe" -name "*.exe" -exec mv {} %{i}/bin \;
38  
39   # Libraries from extern (not found cause they are symlinks)
40 < cp -dL daq/extern/*/linuxx86/lib/* %{i}/lib
40 > cp -rdL daq/extern/*/linuxx86/lib/* %{i}/lib
41 >
42 > find daq -type f ! -path "*/extern/*lib*" -name "*.a" -exec cp {} %{i}/lib \;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines