summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/MythVantage.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-31 00:32:55 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-31 00:33:52 (GMT)
commitad894491177cc6b401ee07dd58ddbfd1226811f9 (patch)
treecb3714a6db58375c474e27ecfed0ad7d91cdd2d2 /abs/core/LinHES-config/MythVantage.sh
parent34f908229a491458a8d12f11c8afb4feffb74cad (diff)
downloadlinhes_pkgbuild-ad894491177cc6b401ee07dd58ddbfd1226811f9.zip
linhes_pkgbuild-ad894491177cc6b401ee07dd58ddbfd1226811f9.tar.gz
linhes_pkgbuild-ad894491177cc6b401ee07dd58ddbfd1226811f9.tar.bz2
LinHES-config: removing references to /home/mythv
install_functions.sh added function home_check to aid in removing references to /home/mythtv MythVantage.sh : setup MYTHHOME soundconfig and xconfig both had references but were not used
Diffstat (limited to 'abs/core/LinHES-config/MythVantage.sh')
-rwxr-xr-xabs/core/LinHES-config/MythVantage.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/abs/core/LinHES-config/MythVantage.sh b/abs/core/LinHES-config/MythVantage.sh
index 286c908..ffa8d34 100755
--- a/abs/core/LinHES-config/MythVantage.sh
+++ b/abs/core/LinHES-config/MythVantage.sh
@@ -1,3 +1,5 @@
export MV_ROOT=/usr/MythVantage
export PATH=$PATH:$MV_ROOT/bin
export TEMPLATES=$MV_ROOT/templates
+results=`grep MYTHHOME $MV_ROOT/bin/mv_config.py`
+eval export $results