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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user