1 2 3 4 5 6 7 8 9
# CARCH -> pentium4 bug if [ "${CARCH}" = "pentium4" ]; then eval "$( declare -f package | \ sed ' s/${CARCH}/i686/ ' )" fi