added apache includes to ghostpanel ebuild

This commit is contained in:
Nick Wiltshire 2016-03-18 13:59:34 -06:00
parent 5962c519cb
commit 513424b03f

View File

@ -58,6 +58,11 @@ src_install() {
fowners apache /etc/apache2/ghostpanel fowners apache /etc/apache2/ghostpanel
cp ${S}/etc/apache/000_ghostpanel.conf ${D}/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 dodir /etc/apache2/modules.d
cp ${S}/etc/apache/99_ghostpanel.conf ${D}/etc/apache2/modules.d/99_ghostpanel.conf cp ${S}/etc/apache/99_ghostpanel.conf ${D}/etc/apache2/modules.d/99_ghostpanel.conf