|
|
|
@ -44,7 +44,7 @@ pkg_icc_main() { |
|
|
|
echo "in the Intel CC binary package for ROCK Linux." |
|
|
|
} > $root/opt/intel/licenses/README |
|
|
|
|
|
|
|
echo "Creating /opt/intel/{bin,lib} and make final adoptions ..." |
|
|
|
echo "Creating /opt/intel/{bin,lib} and make final adaptions ..." |
|
|
|
for x in $( find $root/opt/intel/compiler60/ia??/bin/ -regex \ |
|
|
|
'.*[ei][cf]p?c$\|.*cfg$\|.*pcl$\|.*vars[^/]*.c?sh$' ) ; do |
|
|
|
sed 's@<INSTALLDIR>@/opt/intel@g' < $x > $x.new |
|
|
|
|