owncloud: updates.
This commit is contained in:
parent
2661e0b30a
commit
9b759d1287
|
@ -3,6 +3,7 @@ preinstall:
|
|||
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
|
||||
sed -i 's|"/var/www/localhost/htdocs"|"/var/www/localhost/htdocs/owncloud"|g' $(CHROOT)/etc/apache2/vhosts.d/default_vhost.include
|
||||
|
||||
|
||||
clean:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
|
||||
# Settings for owncloud
|
||||
APACHE2_MODULES="mime alias auth_basic authz_host dir env include info"
|
||||
|
||||
PYTHON_TARGETS="$PYTHON_TARGETS python3_2"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
sys-kernel/gentoo-sources ~amd64 ~x86
|
||||
www-apps/owncloud **
|
||||
app-admin/webapp-config ~amd64 ~x86
|
||||
|
|
|
@ -5,6 +5,7 @@ sys-apps/kmod tools
|
|||
sys-devel/gcc cxx nptl
|
||||
sys-kernel/gentoo-sources symlink
|
||||
sys-libs/ncurses minimal
|
||||
sys-apps/portage python3 ipc
|
||||
|
||||
app-admin/eselect-php apache2 fpm
|
||||
dev-lang/php apache2 cgi ctype curl fileinfo filter force-cgi-redirect fpm gd hash iconv json mhash pdo session simplexml sqlite truetype xml xmlreader xmlwriter zip zlib
|
||||
|
|
Loading…
Reference in New Issue