git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
923065b
)
keylaunch-conf: Fix permissions on keylaunchrc.
author
Paul Sokolovsky
<pmiscml@gmail.com>
Mon, 26 Nov 2007 13:24:46 +0000
(13:24 +0000)
committer
Paul Sokolovsky
<pmiscml@gmail.com>
Mon, 26 Nov 2007 13:24:46 +0000
(13:24 +0000)
packages/keylaunch/keylaunch-conf_2.0.10.bb
patch
|
blob
|
history
diff --git
a/packages/keylaunch/keylaunch-conf_2.0.10.bb
b/packages/keylaunch/keylaunch-conf_2.0.10.bb
index
f9748d2
..
aeb9c86
100644
(file)
--- a/
packages/keylaunch/keylaunch-conf_2.0.10.bb
+++ b/
packages/keylaunch/keylaunch-conf_2.0.10.bb
@@
-6,7
+6,7
@@
SECTION = "gpe"
LICENSE = "GPL"
DESCRIPTION = "Device-specific keylaunch configuration"
PACKAGE_ARCH = "${MACHINE_ARCH}"
-PR = "r
1
"
+PR = "r
2
"
SRC_URI = " file://keylaunchrc"
SRC_URI += " file://80chvt-SUID"
@@
-14,7
+14,7
@@
SRC_URI += " file://80chvt-SUID"
do_install () {
install -d ${D}${sysconfdir}
install -d ${D}${sysconfdir}/X11/Xinit.d
- install ${WORKDIR}/keylaunchrc ${D}${sysconfdir}/keylaunchrc.matchbox
+ install
-m 0644
${WORKDIR}/keylaunchrc ${D}${sysconfdir}/keylaunchrc.matchbox
install ${WORKDIR}/80chvt-SUID ${D}${sysconfdir}/X11/Xinit.d
}