From 331a28bd11b0184a7c3944e8790f4eff2d3c05ed Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Tue, 17 May 2011 20:28:53 -0400 Subject: [PATCH] Allow for scrobbler auth to be built into the TeamPlayer configuration --- teamplayer/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/teamplayer/Makefile b/teamplayer/Makefile index f50e3e4..e4d661f 100644 --- a/teamplayer/Makefile +++ b/teamplayer/Makefile @@ -39,6 +39,7 @@ endif cp bash_profile $(CHROOT)$(TP_HOME)/.bash_profile $(inroot) mkdir -p /etc/teamplayer $(M4C) settings_local.py > $(CHROOT)/etc/teamplayer/settings_local.py + test -e '.scrobbler_auth' && cat .scrobbler_auth >> $(CHROOT)/etc/teamplayer/settings_local.py mkdir -p $(CHROOT)$(TP_HOME)/bin $(M4C) start-teamplayer > $(CHROOT)$(TP_HOME)/bin/start-teamplayer chmod +x $(CHROOT)$(TP_HOME)/bin/start-teamplayer