diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-13 22:27:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-13 22:27:48 +0200 |
commit | 71242d66a32a9e3e552c9cee6d6f6e703ff0797b (patch) | |
tree | 4fde8a4656be336d8e81330e5d4cc226170a31fe /package/lighttpd | |
parent | bf62091b68e248270e432d935709ca5c95d1ae16 (diff) |
rework post-install
Be sure to execute post-install as last step after
populating staging dir.
Diffstat (limited to 'package/lighttpd')
-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 |