jpritikin 2008-09-09 14:27:47 -04:00 committed by Joey Hess
parent c46ad96fb8
commit 848d0d0a3b
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
My web server runs in a chroot jail. This makes things interesting because the paths are slightly different depending on whether you are inside or outside the chroot.
To override an incorrectly guessed path, I set setupconf in the .setup file. I also set allow_symlinks_before_srcdir=>1. However, when I tried websetup, the setup file was correctly changed but these important settings disappeared. This seems like a bug.