PDA

View Full Version : I need help with pasteing ET patch into the et folder


j.miller565
February 21st, 2007, 01:10 AM
I need help to paste the ET patch into the et folder, but I don't have the right permission to do so. Can someone help me plz?
BTW, it's in /usr/local/games/enemy-territory/

Homunculi
February 21st, 2007, 08:43 AM
if you use nautilus you should be able to do that with copy and paste ..
or you can do the command line was it is up to you

use :
sudo nautilus (for the copy and paste way

or you can
sudo cp /patchdir <filename> /usr/local/games/enemy-territory
(that will copy the files to the directory)

sudo mv /patchdir <filename> /usr/local/games/enemy-territory
(this will move them to the directory)

i segest cp (copy)
good luck and have fun !!!
:)

j.miller565
February 21st, 2007, 10:49 PM
thanx Homunculi it worked great!