summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/bin/twk_upgrade.pl
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-02-10 02:49:15 (GMT)
committerBob Igo <bob@stormlogic.com>2009-02-10 02:49:15 (GMT)
commit3c23b95df42b8ec226ab4110364cd69a50b48b2b (patch)
treec3efc89feceb2110f9ae9f75c7f2425bc9995b87 /abs/core-testing/tweaker/bin/twk_upgrade.pl
parentdcfc40ff3b29121365037a5ed0845bd64efb6c55 (diff)
downloadlinhes_pkgbuild-3c23b95df42b8ec226ab4110364cd69a50b48b2b.zip
linhes_pkgbuild-3c23b95df42b8ec226ab4110364cd69a50b48b2b.tar.gz
linhes_pkgbuild-3c23b95df42b8ec226ab4110364cd69a50b48b2b.tar.bz2
Tweaker integration progress.
Diffstat (limited to 'abs/core-testing/tweaker/bin/twk_upgrade.pl')
-rwxr-xr-xabs/core-testing/tweaker/bin/twk_upgrade.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_upgrade.pl b/abs/core-testing/tweaker/bin/twk_upgrade.pl
index 479a675..b5d09b6 100755
--- a/abs/core-testing/tweaker/bin/twk_upgrade.pl
+++ b/abs/core-testing/tweaker/bin/twk_upgrade.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
-# Copyright 2007, 2008 Robert ("Bob") Igo of StormLogic, LLC and mythic.tv.
+# Copyright 2007-2009 Robert ("Bob") Igo of StormLogic, LLC and mythic.tv.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -159,7 +159,7 @@ sub implement_option {
# Customize default MythTV library.xml to reflect KnoppMyth's wider selection of
# online stream options.
#$command = "sed -i \"/<type>STREAM<\\/type>\$/{N; N; N; N; s/text>.*<\\/text/text>Online Streams<\\/text/; s/action>.*<\\/action/action>MENU is.xml<\\/action/; s/<depends.*depends>//; }\" /usr/share/mythtv/library.xml";
- $command = "/bin/cp /usr/share/mythtv/library.xml.km /usr/share/mythtv/library.xml"
+ $command = "/bin/cp /usr/share/mythtv/library.xml.km /usr/share/mythtv/library.xml";
execute_shell_command($command);
} else {