summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_ir.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-10-20 17:41:18 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-10-20 17:41:18 (GMT)
commit2d084f85e4b81a2c9052d0ba0ea3e9c7566436a6 (patch)
tree8ebdc9effdbb4564477280fdf2a9677a6eb275d7 /abs/core/LinHES-config/mv_ir.py
parentb93174bd6de82ee016a1261015de08bc60ab1795 (diff)
downloadlinhes_pkgbuild-2d084f85e4b81a2c9052d0ba0ea3e9c7566436a6.zip
linhes_pkgbuild-2d084f85e4b81a2c9052d0ba0ea3e9c7566436a6.tar.gz
linhes_pkgbuild-2d084f85e4b81a2c9052d0ba0ea3e9c7566436a6.tar.bz2
linhes-config: mv_ir fix path for detecting home dir remotes.
Diffstat (limited to 'abs/core/LinHES-config/mv_ir.py')
-rwxr-xr-xabs/core/LinHES-config/mv_ir.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/mv_ir.py b/abs/core/LinHES-config/mv_ir.py
index 5316bbc..a23b72c 100755
--- a/abs/core/LinHES-config/mv_ir.py
+++ b/abs/core/LinHES-config/mv_ir.py
@@ -94,7 +94,8 @@ def setup_ir_remote(Remotetype,templates,mythhome):
mv_common.runcmd(cmd)
- if os.path.isdir(mythhome+"remotes"+Remotetype):
+ if os.path.isdir(mythhome+"/remotes/"+Remotetype):
+ logging.debug(" Found remote in home dir " )
#search home dir
files = mythhome + "/remotes/" + Remotetype + "/lircd*"
logging.debug(" Using %s",files)