summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/systemconfig.sh
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-02 09:30:11 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-02 09:30:11 (GMT)
commit91067baf9f4e4d7eaf84961f4299b2510ef0b250 (patch)
tree1435ce46ead59138790e850622377624662f41e2 /abs/core-testing/LinHES-config/systemconfig.sh
parent9c274284088ef34a9fb645e53f5aeee647174f50 (diff)
downloadlinhes_pkgbuild-91067baf9f4e4d7eaf84961f4299b2510ef0b250.zip
linhes_pkgbuild-91067baf9f4e4d7eaf84961f4299b2510ef0b250.tar.gz
linhes_pkgbuild-91067baf9f4e4d7eaf84961f4299b2510ef0b250.tar.bz2
Should speed up finding grabbers for those in North America.
Diffstat (limited to 'abs/core-testing/LinHES-config/systemconfig.sh')
-rwxr-xr-xabs/core-testing/LinHES-config/systemconfig.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-config/systemconfig.sh b/abs/core-testing/LinHES-config/systemconfig.sh
index 738f168..0a25cbd 100755
--- a/abs/core-testing/LinHES-config/systemconfig.sh
+++ b/abs/core-testing/LinHES-config/systemconfig.sh
@@ -798,6 +798,10 @@ function setupzipcode () {
if [ ! x$zipcode = x ]
then
${MV_ROOT}/bin/restore_default_settings.sh -c ZIP -z $zipcode
+ #Let's also speed things up for those in North America
+ mkdir /usr/bin/perlbin/vendor/tv_grabbers_non_na
+ mv /usr/bin/perlbin/vendor/tv_grab_* /usr/bin/perlbin/vendor/tv_grabbers_non_na
+ mv /usr/bin/perlbin/vendor/tv_grabbers_non_na/tv_grab_na* /usr/bin/perlbin/vendor/
fi
}