make_single                  &&
default_install              &&
if [[ "$GMEMO" == "y" ]];
then
    pushd Bundles/Emoticon   &&
    default_install          &&
    popd
fi                           &&
if [[ "$GMFAC" == "y" ]];
then
    pushd Bundles/Face       &&
    default_install          &&
    popd
fi                           &&
if [[ "$GMPGP" == "y" ]];
then
    pushd Bundles/PGP        &&
    default_install          &&
    popd
fi                           &&
make_normal
