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.13 by ratnik, Thu Jul 27 21:28:35 2006 UTC vs.
Revision 1.14 by eulisse, Wed Aug 2 12:47:02 2006 UTC

# Line 42 | Line 42 | cd %{i}
42   mkdir -p %{i}/lib
43   mkdir -p %{i}/bin
44   # Catch-all
45 < find .  -type f ! -path "./lib/*.%{libext}" -name "*.%{libext}" -exec mv {}  %{i}/lib \;
46 < find .  -type f ! -path "./bin/*.exe" -name "*.exe" -exec mv {} %{i}/bin \;
45 > find .  -type f ! -path "./lib/*.%{libext}" -name "*.%{libext}" -exec ln -sf {}  %{i}/lib \;
46 > find .  -type f ! -path "./bin/*.exe" -name "*.exe" -exec ln -sf {} %{i}/bin; ln -sf \;
47  
48   # Libraries from extern (not found cause they are symlinks)
49   cp -rdL daq/extern/*/linuxx86/lib/* %{i}/lib

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines