diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-01 20:55:58 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-01 20:55:58 (GMT) |
commit | aba0fa319833cc66f9bc6fdb1dd425718b6314dc (patch) | |
tree | f66c3b8918d0f5c61f076e22ae6a01c00c85c475 /abs/mv-core/keylaunch | |
parent | f5380fc59334f8b8cdf73d16e23d7e59a96ea80b (diff) | |
download | linhes_pkgbuild-aba0fa319833cc66f9bc6fdb1dd425718b6314dc.zip linhes_pkgbuild-aba0fa319833cc66f9bc6fdb1dd425718b6314dc.tar.gz linhes_pkgbuild-aba0fa319833cc66f9bc6fdb1dd425718b6314dc.tar.bz2 |
fix locations of mythtv-setup for keylaunch.
Diffstat (limited to 'abs/mv-core/keylaunch')
-rw-r--r-- | abs/mv-core/keylaunch/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/mv-core/keylaunch/example_rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/mv-core/keylaunch/PKGBUILD b/abs/mv-core/keylaunch/PKGBUILD index 1a7b948..56b1808 100644 --- a/abs/mv-core/keylaunch/PKGBUILD +++ b/abs/mv-core/keylaunch/PKGBUILD @@ -1,6 +1,6 @@ pkgname=keylaunch pkgver=1.3.3 -pkgrel=12 +pkgrel=13 arch=('i686') pkgdesc="KeyLaunch is a small utility for binding commands to a hot key. " url="http://www.oroborus.org/" diff --git a/abs/mv-core/keylaunch/example_rc b/abs/mv-core/keylaunch/example_rc index bff7c4d..8357a11 100644 --- a/abs/mv-core/keylaunch/example_rc +++ b/abs/mv-core/keylaunch/example_rc @@ -10,7 +10,7 @@ key=*..Return:xterm -fn *-18-* key=..*x xterm -fn *-18-* -key=..*S:sudo /usr/local/bin/mythtv-setup +key=..*S:sudo /usr/bin/mythtv-setup key=.**U:killall -9 unclutter key=..*h:/usr/MythVantage/bin/mythinstall -h key=..*1:/usr/MythVantage/bin/mythbeselect -stop |