diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-02 09:30:11 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-02 09:30:11 (GMT) |
commit | 91067baf9f4e4d7eaf84961f4299b2510ef0b250 (patch) | |
tree | 1435ce46ead59138790e850622377624662f41e2 /abs | |
parent | 9c274284088ef34a9fb645e53f5aeee647174f50 (diff) | |
download | linhes_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')
-rwxr-xr-x | abs/core-testing/LinHES-config/systemconfig.sh | 4 |
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 } |