diff options
author | Bob Igo <bob@stormlogic.com> | 2009-08-25 16:17:35 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-08-25 16:17:35 (GMT) |
commit | 8a9438599b6a623814702b625d11a96e8bbdad69 (patch) | |
tree | 13fc870f432e49ad48a92f9b9bd8f4e53aefcd18 /abs/core-testing | |
parent | d630a6ae3ada088453209270791ae281e2d5e393 (diff) | |
download | linhes_pkgbuild-8a9438599b6a623814702b625d11a96e8bbdad69.zip linhes_pkgbuild-8a9438599b6a623814702b625d11a96e8bbdad69.tar.gz linhes_pkgbuild-8a9438599b6a623814702b625d11a96e8bbdad69.tar.bz2 |
made mythvideo ignore php files, for fresh installs
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/tweaker/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_general.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/tweaker/PKGBUILD b/abs/core-testing/tweaker/PKGBUILD index 3259e81..79fc20d 100644 --- a/abs/core-testing/tweaker/PKGBUILD +++ b/abs/core-testing/tweaker/PKGBUILD @@ -1,6 +1,6 @@ pkgname=tweaker pkgver=1 -pkgrel=54 +pkgrel=55 pkgdesc="applies tweaks to the baseline configuration and attempts to optimize settings for the hardware it finds" arch=('i686' 'x86_64') diff --git a/abs/core-testing/tweaker/bin/twk_general.pl b/abs/core-testing/tweaker/bin/twk_general.pl index 7b0f1c7..23572bc 100755 --- a/abs/core-testing/tweaker/bin/twk_general.pl +++ b/abs/core-testing/tweaker/bin/twk_general.pl @@ -90,7 +90,7 @@ sub implement_option { foreach my $video_ext ("mp2", "tp", "ts", "m2p", "nuv", "mkv", "ogg", "theora") { change_or_make_entry("videotypes", [["playcommand", "Default"], ["f_ignore", "0"], ["use_default", "1"]], [["extension", $video_ext]]); } - foreach my $non_video_ext ("jpg", "par2") { + foreach my $non_video_ext ("jpg", "par2", "php") { change_or_make_entry("videotypes", [["f_ignore", "1"]], [["extension", $non_video_ext]]); } |