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