diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-01 19:51:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-01 19:51:32 +0100 |
commit | b56c73c95f08099803c60d9e2f2584f231220d47 (patch) | |
tree | 704b5c66e0d233af904afdfa00e1dd9c2205d02d /package/lighttpd/files/lighttpd.postinst | |
parent | 09381f08db60bd52ab7135bd084fa2bb197a98c2 (diff) |
misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OS
* fix *.pc / *-config file handling.
Diffstat (limited to 'package/lighttpd/files/lighttpd.postinst')
-rw-r--r-- | package/lighttpd/files/lighttpd.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lighttpd/files/lighttpd.postinst b/package/lighttpd/files/lighttpd.postinst index dbf355c4b..e77dadeee 100644 --- a/package/lighttpd/files/lighttpd.postinst +++ b/package/lighttpd/files/lighttpd.postinst @@ -1,4 +1,4 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh add_rcconf lighttpd lighttpd NO -add_rcconf lighttpd_flags lighttpd_flags "-f /etc/lighttpd.conf" +add_rcconf lighttpd_flags lighttpd_flags "-f /etc/lighttpd/lighttpd.conf" |