From c96370d39c80c5df9dd0bedc0da0b8a316544b4b Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Mon, 10 Dec 2012 18:08:35 +0000 Subject: [PATCH] Updates for airport. --- airport/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/airport/Makefile b/airport/Makefile index 5e05c22..8ecb107 100644 --- a/airport/Makefile +++ b/airport/Makefile @@ -5,13 +5,14 @@ PGVER := 9.2 rcdefault := /etc/runlevels/default preinstall: - sed -i '/^PYTHON_TARGETS=/d' $(CHROOT)/etc/make.conf - echo 'PYTHON_TARGETS="python2_7"' >> $(CHROOT)/etc/make.conf + sed -i '/^PYTHON_TARGETS=/d' $(CHROOT)/etc/portage/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) python-updater - sed -i '/^APACHE2_/d' $(CHROOT)/etc/make.conf - echo 'APACHE2_MPMS="prefork"' >> $(CHROOT)/etc/make.conf - echo 'APACHE2_MODULES="auth_basic authz_host env include info"' >> $(CHROOT)/etc/make.conf + sed -i '/^APACHE2_/d' $(CHROOT)/etc/portage/make.conf + echo 'APACHE2_MPMS="prefork"' >> $(CHROOT)/etc/portage/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