diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-31 00:32:55 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-31 00:33:52 (GMT) |
commit | ad894491177cc6b401ee07dd58ddbfd1226811f9 (patch) | |
tree | cb3714a6db58375c474e27ecfed0ad7d91cdd2d2 /abs/core/LinHES-config/xconfig.sh | |
parent | 34f908229a491458a8d12f11c8afb4feffb74cad (diff) | |
download | linhes_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/xconfig.sh')
-rwxr-xr-x | abs/core/LinHES-config/xconfig.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/xconfig.sh b/abs/core/LinHES-config/xconfig.sh index c796047..504da81 100755 --- a/abs/core/LinHES-config/xconfig.sh +++ b/abs/core/LinHES-config/xconfig.sh @@ -14,7 +14,11 @@ BASE="" MYTH_RUN_STATUS="1" . /etc/profile -MYTHHOME=$BASE/home/mythtv +#MYTHHOME=$BASE/home/mythtv + +. /usr/MythVantage/bin/install_functions.sh +home_check + function Xvalues { CMDLINE=$(cat /proc/cmdline) |