Updates for airport.
This commit is contained in:
parent
a313c98c54
commit
c96370d39c
|
@ -5,13 +5,14 @@ PGVER := 9.2
|
||||||
rcdefault := /etc/runlevels/default
|
rcdefault := /etc/runlevels/default
|
||||||
|
|
||||||
preinstall:
|
preinstall:
|
||||||
sed -i '/^PYTHON_TARGETS=/d' $(CHROOT)/etc/make.conf
|
sed -i '/^PYTHON_TARGETS=/d' $(CHROOT)/etc/portage/make.conf
|
||||||
echo 'PYTHON_TARGETS="python2_7"' >> $(CHROOT)/etc/make.conf
|
echo 'PYTHON_TARGETS="python2_7"' >> $(CHROOT)/etc/portage/make.conf
|
||||||
|
$(inroot) $(EMERGE) -n $(USEPKG) python:2.7
|
||||||
$(inroot) eselect python set python2.7
|
$(inroot) eselect python set python2.7
|
||||||
$(inroot) python-updater
|
$(inroot) python-updater
|
||||||
sed -i '/^APACHE2_/d' $(CHROOT)/etc/make.conf
|
sed -i '/^APACHE2_/d' $(CHROOT)/etc/portage/make.conf
|
||||||
echo 'APACHE2_MPMS="prefork"' >> $(CHROOT)/etc/make.conf
|
echo 'APACHE2_MPMS="prefork"' >> $(CHROOT)/etc/portage/make.conf
|
||||||
echo 'APACHE2_MODULES="auth_basic authz_host env include info"' >> $(CHROOT)/etc/make.conf
|
echo 'APACHE2_MODULES="auth_basic authz_host env include info"' >> $(CHROOT)/etc/portage/make.conf
|
||||||
|
|
||||||
|
|
||||||
postinstall: airport.service settings.py airport.wsgi default_vhost.include firstboot.start issue
|
postinstall: airport.service settings.py airport.wsgi default_vhost.include firstboot.start issue
|
||||||
|
|
Loading…
Reference in New Issue