/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
for f in `find . -name flags.make` do echo $f sed -i -e '1,$s/C_FLAGS =/C_FLAGS = -I\/opt\/local\/include\//' $f done