diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-17 23:49:56 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-17 23:49:56 (GMT) |
commit | 1e9f1068d75226eea306c999a85051baf9a832c0 (patch) | |
tree | 09ad205ad317971042b7e3e627ef810d59bd4478 | |
parent | 649f466d6496c9f8fe965215980c756d76b36eb3 (diff) | |
download | linhes_pkgbuild-1e9f1068d75226eea306c999a85051baf9a832c0.zip linhes_pkgbuild-1e9f1068d75226eea306c999a85051baf9a832c0.tar.gz linhes_pkgbuild-1e9f1068d75226eea306c999a85051baf9a832c0.tar.bz2 |
mythtv: update optical_menu.xml.patch to put importfiles.sh in the background
-rw-r--r-- | abs/core/mythtv/stable-0.25/mythtv/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/mythtv/stable-0.25/mythtv/menu-xml/optical_menu.xml.patch | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD index 6cc944b..95f2a12 100644 --- a/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD +++ b/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mythtv pkgver=0.25 -pkgrel=27 +pkgrel=28 commit_hash=`cat ../git_src/git_hash` pkgdesc="A Homebrew PVR project $commit_hash" arch=('i686' 'x86_64') diff --git a/abs/core/mythtv/stable-0.25/mythtv/menu-xml/optical_menu.xml.patch b/abs/core/mythtv/stable-0.25/mythtv/menu-xml/optical_menu.xml.patch index 1ff2db2..b836e85 100644 --- a/abs/core/mythtv/stable-0.25/mythtv/menu-xml/optical_menu.xml.patch +++ b/abs/core/mythtv/stable-0.25/mythtv/menu-xml/optical_menu.xml.patch @@ -12,9 +12,9 @@ + + <button> + <type>DVD_RIP</type> -+ <text>Import video files from DVD</text> -+ <description>Import video files from a data DVD</description> -+ <action>EXEC /usr/LH/bin/importfiles.sh</action> ++ <text>Import Files from DVD</text> ++ <description>Import all files from a data DVD</description> ++ <action>EXEC /usr/LH/bin/importfiles.sh &</action> + </button> + + <button> |