summaryrefslogtreecommitdiff
path: root/packages/keylaunch/keylaunch_2.0.10.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-06 14:13:56 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-06 14:13:56 +0000
commit2c8167306487b402abee1feffa8bf543fc44b33d (patch)
treeaa6eb893ff5b0f30c91a53c8c127e844d573b713 /packages/keylaunch/keylaunch_2.0.10.bb
parentc2c7d6b185a6b88381eeb4820f8bae76dfd9ac2b (diff)
parentdf08ea5a36b5ea679f95da93042a2d3c0cf21bd9 (diff)
merge of 'a4a93e205d5a389011745cf24cb1a68fbc0ed7e7'
and 'b271566db667a7d227532eeb896b9f11d7e009c9'
Diffstat (limited to 'packages/keylaunch/keylaunch_2.0.10.bb')
-rw-r--r--packages/keylaunch/keylaunch_2.0.10.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/keylaunch/keylaunch_2.0.10.bb b/packages/keylaunch/keylaunch_2.0.10.bb
index d1258b89db..f7d63968ac 100644
--- a/packages/keylaunch/keylaunch_2.0.10.bb
+++ b/packages/keylaunch/keylaunch_2.0.10.bb
@@ -15,13 +15,17 @@ DESCRIPTION = "A small utility for binding commands to a hot key.\
program is already running, keylaunch can bring its window to the front\
rather than just running another copy."
PACKAGE_ARCH = "${MACHINE_ARCH}"
-PR = "r10"
+PR = "r12"
SRC_URI += " file://keylaunchrc"
SRC_URI += " file://makefile-fix.patch;patch=1"
+SRC_URI += " file://80chvt-SUID"
do_install_prepend () {
install ${WORKDIR}/keylaunchrc ${S}/keylaunchrc
+
+ install -d ${D}/etc/X11/Xinit.d
+ install ${WORKDIR}/80chvt-SUID ${D}/etc/X11/Xinit.d
}
do_install_append() {