diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-06 19:55:28 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-06 19:55:28 +0000 |
commit | de131855f68a0bfd885e9d64bb4131a66bd7f50c (patch) | |
tree | 2f844b30c42c1f4d3183fb325f861030de709bd2 /Makefile | |
parent | 2663b94bc3c1d86839d8d71fcb98b9b9e01c782a (diff) | |
download | sitesummary-de131855f68a0bfd885e9d64bb4131a66bd7f50c.tar.gz sitesummary-de131855f68a0bfd885e9d64bb4131a66bd7f50c.tar.bz2 sitesummary-de131855f68a0bfd885e9d64bb4131a66bd7f50c.tar.xz |
Implement support for calling hooks when a sitesummary entry is
expired (Closes: #491918).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ install-server: $(INSTALL_DATA) SiteSummary.pm $(DESTDIR)$(perldir) $(INSTALL) $(SUMMARYSCRIPTS) $(DESTDIR)$(pkgdir)/ + $(INSTALL) expire-entry $(DESTDIR)$(pkgdir)/ + $(INSTALL) -d $(DESTDIR)/etc/apache2/conf.d $(INSTALL_DATA) apache.conf $(DESTDIR)/etc/apache2/conf.d/sitesummary |