Updates for TeamPlayer.
This commit is contained in:
parent
4b138f61f1
commit
a313c98c54
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue