export TAR_OPTIONS="--no-same-owner"

make_single
make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install           

if [ "$GMEMO" == "y" ];
then
    cd Bundles/Emoticon                                               &&
    make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install        && 
    cd ../../
fi

if [ "$GMFAC" == "y" ];
then
    cd Bundles/Face                                                   &&
    make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install        && 
    cd ../../
fi


if [ "$GMPGP" == "y" ];
then
    cd Bundles/PGP                                                    &&
    make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install        &&
    cd ../../
fi

make_normal
