default_install
if [ "${MAKE_SYMLINK}" == "y" ] ; then
    ln -sf ${INSTALL_ROOT}/usr/bin/elvis ${INSTALL_ROOT}/usr/bin/vi
fi
