diff options
author | Bob Igo <bob@stormlogic.com> | 2009-02-19 22:33:42 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-02-19 22:33:42 (GMT) |
commit | 209d142377f16960386ba58f96a2e3191158a72f (patch) | |
tree | c1e7c4e2de8f451228e9bf3066f88d5f28f4e7f4 /abs/core-testing | |
parent | 4adf0153cbc675daea90ccc0f7f1935eb6b2aa23 (diff) | |
download | linhes_pkgbuild-209d142377f16960386ba58f96a2e3191158a72f.zip linhes_pkgbuild-209d142377f16960386ba58f96a2e3191158a72f.tar.gz linhes_pkgbuild-209d142377f16960386ba58f96a2e3191158a72f.tar.bz2 |
Found an integration bug in twk_audio.pl that prevented MythTV SQL from being altered.
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/tweaker/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_audio.pl | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/core-testing/tweaker/PKGBUILD b/abs/core-testing/tweaker/PKGBUILD index e77d9a6..522127b 100644 --- a/abs/core-testing/tweaker/PKGBUILD +++ b/abs/core-testing/tweaker/PKGBUILD @@ -1,6 +1,6 @@ pkgname=tweaker pkgver=1 -pkgrel=18 +pkgrel=19 pkgdesc="" arch=('i686' 'x86_64') diff --git a/abs/core-testing/tweaker/bin/twk_audio.pl b/abs/core-testing/tweaker/bin/twk_audio.pl index 37b2201..eec7992 100755 --- a/abs/core-testing/tweaker/bin/twk_audio.pl +++ b/abs/core-testing/tweaker/bin/twk_audio.pl @@ -301,10 +301,10 @@ sub implement_option { generate_asound_conf($option); edit_mplayer_conf($option); - edit_xine_conf($option); - reload_modules($option); - set_mixer_values($option); + #edit_xine_conf($option); + #reload_modules($option); edit_mythtv_configuration($option); + set_mixer_values($option); } # Try to get a Recommendation Level for $option. |