Patches for GENESIS on Mac OS X Panther, also compatible with Mac OS X Jaguar Execute the following commands in the directory where the tarballs of genesis are stored: case-sensitive formated partition: cp ??/MacOSXGENESIS22Case.sh . //Where the ?? stands for the original location of the script cp ??/MacOSXPantherGENESIS22.diff . //Where the ?? stands for the original location of the patch /If you want to patch 2.2.1, use MacOSXPantherGENESIS221.diff in stead of MacOSXPantherGENESIS22.diff tar xzvf genesis2.2.tar.gz //Or genesis 2.2.1.tar.gz cd genesis ../MacOSXGENESIS22Case.sh patch -p1 <../MacOSXPantherGENESIS22.diff case-insensitive formated partition: cp ??/MacOSXPantherGENESIS22Version2.diff . //Where the ?? stands for the original location of the patch /If you want to patch 2.2.1, use MacOSXPantherGENESIS221.diff in stead of MacOSXPantherGENESIS22.diff tar xzvf genesis2.2.tar.gz //Or genesis 2.2.1.tar.gz cd genesis patch -p1 <../MacOSXPantherGENESIS22.diff