teamplayer: added a .bash_profile

This commit is contained in:
Albert Hopkins 2010-08-02 08:14:14 -04:00
parent 1705cf677c
commit 21edaf8dc9
2 changed files with 2 additions and 0 deletions

1
teamplayer/bash_profile Normal file
View File

@ -0,0 +1 @@
PATH="$HOME/bin:$PATH"

View File

@ -21,6 +21,7 @@ chroot ${CHROOT} getent passwd ${TP_USER} || \
rm -rf ${TP_HOME}
hg clone --pull ${HG_REPO} ${CHROOT}/${TP_HOME}
cp ${APPLIANCE}/teamplayer.wsgi ${CHROOT}${TP_HOME}/teamplayer.wsgi
cp ${APPLIANCE}/bash_profile ${CHROOT}${TP_HOME}/.bash_profile
${M4C} ${APPLIANCE}/settings_local.py > ${CHROOT}${TP_HOME}/web/settings_local.py
mkdir -p ${CHROOT}${TP_HOME}/bin
${M4C} ${APPLIANCE}/start-teamplayer > ${CHROOT}${TP_HOME}/bin/start-teamplayer