Browse Source

lighttpd: changed to use default prefix instead of 'opt/lighttpd' (IssueID #91)

stable/0.2
Christian Wiese 13 years ago
parent
commit
4940621d98
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      network/lighttpd/lighttpd.conf

+ 4
- 2
network/lighttpd/lighttpd.conf

@ -14,8 +14,10 @@
# --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ] ; then
prefix="opt/lighttpd"
set_confopt
# use a dedicated sysconfdir instead of /etc
sysconfdir="$sysconfdir/$pkg"
# use a dedicated libdir because lighttpd installs modules there
libdir="$libdir/$pkg"
fi
var_append confopt ' ' "--enable-fastcgi"

Loading…
Cancel
Save