From 513424b03fa6e06030b97003b52de85e276c1eb0 Mon Sep 17 00:00:00 2001 From: Nick Wiltshire Date: Fri, 18 Mar 2016 13:59:34 -0600 Subject: [PATCH] added apache includes to ghostpanel ebuild --- www-apps/ghostpanel/ghostpanel-0.1_beta.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/www-apps/ghostpanel/ghostpanel-0.1_beta.ebuild b/www-apps/ghostpanel/ghostpanel-0.1_beta.ebuild index b3f5509..30ce60a 100644 --- a/www-apps/ghostpanel/ghostpanel-0.1_beta.ebuild +++ b/www-apps/ghostpanel/ghostpanel-0.1_beta.ebuild @@ -58,6 +58,11 @@ src_install() { fowners apache /etc/apache2/ghostpanel cp ${S}/etc/apache/000_ghostpanel.conf ${D}/etc/apache2/ghostpanel/ + dodir /etc/apache2/ghostpanel/includes + fperms 755 /etc/apache2/ghostpanel/includes + fowners apache /etc/apache2/ghostpanel/includes + cp ${S}/etc/apache/includes/* ${D}/etc/apache2/ghostpanel/includes + dodir /etc/apache2/modules.d cp ${S}/etc/apache/99_ghostpanel.conf ${D}/etc/apache2/modules.d/99_ghostpanel.conf @@ -69,7 +74,7 @@ src_install() { dodir /etc/cron.daily cp ${S}/etc/cron.daily/ghostpanel.cron ${D}/etc/cron.daily -} +} pkg_postinst() { chown -R ghostpanel:ghostpanel /var/www/ghostpanel