Updates for TeamPlayer.

This commit is contained in:
Albert Hopkins 2012-12-10 18:07:16 +00:00
parent 4b138f61f1
commit a313c98c54
2 changed files with 3 additions and 2 deletions

View File

@ -16,8 +16,8 @@ post_files = bash_profile settings_local.py start-teamplayer stop-teamplayer
post_files += local.start local.stop issue lighttpd.conf teamplayer.service post_files += local.start local.stop issue lighttpd.conf teamplayer.service
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) --select -n $(USEPKG) dev-lang/python:2.7 $(inroot) $(EMERGE) --select -n $(USEPKG) dev-lang/python:2.7
$(inroot) eselect python set python2.7 $(inroot) eselect python set python2.7
$(inroot) python-updater $(inroot) python-updater

View File

@ -22,3 +22,4 @@ DATABASES = {
TP_MPD_HOME = 'TP_DB/mpd' TP_MPD_HOME = 'TP_DB/mpd'
TP_REPO_URL = '/repo/' TP_REPO_URL = '/repo/'
TP_MPD_LOG = '/dev/null'