for gems with native extensions. Without this, it calls
/usr/bin/install -o root -g bin as a regular user, which fails due
to permission issues. This removes the -o root -g bin, so it can
succeed as a regular user.
Regen patches while here.
Idea to just remove -o root -g bin instead of using cp -p from
landry@.
OK landry@