added apache includes to ghostpanel ebuild
This commit is contained in:
parent
5962c519cb
commit
513424b03f
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user