Page 1 of 1
unreal3.2.4
Posted: Tue Feb 07, 2006 8:11 am
by GouroB
simply put it in your Unreal3.2 directory and then type this (and after that restart the ircd):
(cat 324.wildcard.patch|patch -p0) && make && make install
do i have to use this like
(cat 324.wildcard.patch|patch -p0)
or like
cat 324.wildcard.patch|patch -p0
Posted: Tue Feb 07, 2006 8:53 am
by Grunt
.... (cat 324.wildcard.patch|patch -p0)
Well, "(cat" isn't reallya a valid command. But "cat" is.
Posted: Tue Feb 07, 2006 1:38 pm
by Mark
I just entered;
cat 324.wildcard.patch|patch -p0
make
make install
works too

Posted: Tue Feb 07, 2006 3:21 pm
by Syzop
GouroB:
(cat 324.wildcard.patch|patch -p0) && make && make install
should work just fine.
and otherwise, do what Mark said.
Grunt: your shell does not support brackets?? or.. are you just new to them :P.