summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-04-04 13:48:17 +0200
committermkanat%bugzilla.org <>2008-04-04 13:48:17 +0200
commit80cfd88eff8e42e91ee77b38ac067bac71af52e7 (patch)
tree654354ce82712f78dea415f6d54035a9955f67e6 /docs
parent5de2e7172b9b43fec95d7ad99ff9dad0e178b30e (diff)
downloadbugzilla-80cfd88eff8e42e91ee77b38ac067bac71af52e7.tar.gz
bugzilla-80cfd88eff8e42e91ee77b38ac067bac71af52e7.tar.xz
Bug 399954: Make Bugzilla able to hold its dependencies in a local directory
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'docs')
-rw-r--r--docs/en/xml/installation.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 27f57d040..5f219f773 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -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>
@@ -1123,7 +1123,7 @@
</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>