]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 399954: Make Bugzilla able to hold its dependencies in a local directory
authormkanat%bugzilla.org <>
Fri, 4 Apr 2008 11:48:17 +0000 (11:48 +0000)
committermkanat%bugzilla.org <>
Fri, 4 Apr 2008 11:48:17 +0000 (11:48 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

docs/en/xml/installation.xml

index 27f57d04040d9ab3065c6175b60e829903f24c03..5f219f773432bc6d27c321d01d8302ccf7bc0854 100644 (file)
@@ -1,5 +1,5 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.146 2008/04/04 06:48:16 justdave%bugzilla.org Exp $ -->
+<!-- $Id: installation.xml,v 1.147 2008/04/04 06:48:17 mkanat%bugzilla.org Exp $ -->
 <chapter id="installing-bugzilla">
   <title>Installing Bugzilla</title>
 
                 </warning> 
                 
                 <programlisting>
-    PerlSwitches -I/var/www/html/bugzilla -w -T
+    PerlSwitches -I/var/www/html/bugzilla -I/var/www/html/bugzilla/lib -w -T
     PerlConfigRequire /var/www/html/bugzilla/mod_perl.pl
                 </programlisting>
             </step>