diff options
Diffstat (limited to 'package/lighttpd/Makefile')
-rw-r--r-- | package/lighttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lighttpd/Makefile b/package/lighttpd/Makefile index 883da9eb4..9de638a02 100644 --- a/package/lighttpd/Makefile +++ b/package/lighttpd/Makefile @@ -146,7 +146,7 @@ else CONFIGURE_ARGS+= --without-openssl endif -post-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m} +lighttpd-install: ${INSTALL_MODS_y} ${INSTALL_MODS_m} ${INSTALL_DIR} $(IDIR_LIGHTTPD)/etc/lighttpd/conf.d ${INSTALL_DATA} ./files/lighttpd.conf $(IDIR_LIGHTTPD)/etc/lighttpd ${INSTALL_DATA} ./files/modules.conf $(IDIR_LIGHTTPD)/etc/lighttpd |