# | 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 \; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |