summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/LinHES-profile.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2013-01-15 18:03:21 (GMT)
committerJames Meyer <james.meyer@operamail.com>2013-01-15 18:03:21 (GMT)
commit57d85567cbc5a7aac581642e1d54ccc473f106d8 (patch)
tree43047e8952d31c70c0ac5965c8ae6c84332586ee /abs/core/LinHES-system/LinHES-profile.sh
parent38d2158355d4ebddf3bcf10a488fdf85c4f57d90 (diff)
downloadlinhes_pkgbuild-57d85567cbc5a7aac581642e1d54ccc473f106d8.zip
linhes_pkgbuild-57d85567cbc5a7aac581642e1d54ccc473f106d8.tar.gz
linhes_pkgbuild-57d85567cbc5a7aac581642e1d54ccc473f106d8.tar.bz2
LinHES-system: enable airplay be default. This does not install the airplay key, it only enables myth to look for the key and become an airplay target.
Diffstat (limited to 'abs/core/LinHES-system/LinHES-profile.sh')
-rw-r--r--abs/core/LinHES-system/LinHES-profile.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/LinHES-profile.sh b/abs/core/LinHES-system/LinHES-profile.sh
index 830b819..4035c30 100644
--- a/abs/core/LinHES-system/LinHES-profile.sh
+++ b/abs/core/LinHES-system/LinHES-profile.sh
@@ -1,3 +1,5 @@
#!/bin/bash
export LinHES_ROOT=/usr/LH
-export PATH=$PATH:/usr/LH/bin \ No newline at end of file
+export PATH=$PATH:/usr/LH/bin
+#this enables airplay support
+export MYTHTV_AIRPLAY="1" \ No newline at end of file