virtual-appliance/owncloud/Makefile

12 lines
391 B
Makefile
Raw Normal View History

2012-09-17 00:41:26 +02:00
preinstall:
2012-12-10 19:09:45 +01:00
$(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/portage/make.conf
2012-09-17 00:41:26 +02:00
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
$(inroot) rc-update add apache2 default
clean: