Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
# We do the optimization seperately
sed -i \
-e '/^doCompile/d' \
-e '/^[[:space:]]*doCompile/d' \
install.py || "sed failed"
}