]> git.donarmstrong.com Git - infobot.git/blob - INSTALL.patches
* Add vim formatting comments ( # vim:ts=4:sw=4:expandtab:tw=80 )
[infobot.git] / INSTALL.patches
1 INSTALL.patches
2 -------------------
3
4 - apply *.patch patches inside patches/
5         - cd /usr/lib/perl5/WWW/Search
6           patch -p0 < WWW::Search::Google.patch
7
8 - alternatively, move the files from patches/
9         - mv patches/Google.pm /usr/lib/perl5/WWW/Search/
10
11 Net::IRC DCC CHAT
12 ----------------------
13 Unfortunately, Net::IRC 0.70 has buggy code that does not detect DCC CHAT
14 properly. to patch:
15         cd /usr/share/perl5/Net/IRC/
16         cat ~bot/patches/Net_IRC_Connection_pm.patch | patch -p0
17
18 # vim:ts=4:sw=4:expandtab:tw=80