Update for owncloud.
This commit is contained in:
parent
8cda50ebcb
commit
011d1db7a0
|
@ -1,6 +1,6 @@
|
||||||
preinstall:
|
preinstall:
|
||||||
$(inroot) sed -i '/^APACHE2_MODULES=/d' /etc/make.conf
|
$(inroot) sed -i '/^APACHE2_MODULES=/d' /etc/portage/make.conf
|
||||||
echo 'APACHE2_MODULES="mime alias auth_basic authz_host dir env include info"' >> $(CHROOT)/etc/make.conf
|
echo 'APACHE2_MODULES="mime alias auth_basic authz_host dir env include info"' >> $(CHROOT)/etc/portage/make.conf
|
||||||
|
|
||||||
postinstall:
|
postinstall:
|
||||||
sed -i 's/^APACHE2_OPTS=.*/APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D PHP5 -D SSL -D SSL_DEFAULT_VHOST"/' $(CHROOT)/etc/conf.d/apache2
|
sed -i 's/^APACHE2_OPTS=.*/APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D PHP5 -D SSL -D SSL_DEFAULT_VHOST"/' $(CHROOT)/etc/conf.d/apache2
|
||||||
|
|
Loading…
Reference in New Issue