diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-04 16:28:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-04 16:28:33 +0200 |
commit | 7ef4c9bcf1873862d59d071af07be0679fb44054 (patch) | |
tree | 06b0dcbb8ba38fe47a8d69053a3993d6c11f754e /INSTALL-DEV | |
parent | 1de1e45d2496e649f770530febcbe9c0dd37aba0 (diff) |
Use /pkg instead of /pkg/ in brep-root for consistency with Location
Diffstat (limited to 'INSTALL-DEV')
-rw-r--r-- | INSTALL-DEV | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL-DEV b/INSTALL-DEV index 2d03bbd..62c2437 100644 --- a/INSTALL-DEV +++ b/INSTALL-DEV @@ -70,7 +70,7 @@ replacing <BREP-OUT-ROOT> and <BREP-SRC-ROOT> with the actual absolute paths # Repository root. Use / for web server root. And don't forget to also # update the Location and Alias directives below. # - brep-root /pkg/ + brep-root /pkg <Location "/pkg"> SetHandler brep |