|
If you got the RAR file and extracted it, that probably would have dumped all the files into one directory.
Now you have to put them in the right directories by hand, as I did.
All those files are changes to a lot of the main code (not all are changed)
The way I did it was to go into each directory then use shell script to copy -p all of the files that are in the RAR extract directory, that are in the current directory.
|