aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-08-10 09:47:42 +0000
committerKoen Kooi <koen@openembedded.org>2007-08-10 09:47:42 +0000
commite1ebbf06b712733ded17bbc53c1691af259c4533 (patch)
tree809c95cae0a0fb5bd3d831f00e7fc3ef993f77f8 /packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
parent911b1f1356fc46bfb13284d690e2fb0562c9a6f6 (diff)
downloadopenembedded-e1ebbf06b712733ded17bbc53c1691af259c4533.tar.gz
xserver-kdrive-common: fix typo that prevented the files ending up in the packages
* fixes the 'where did my /etc/X11/Xserver go' problem
Diffstat (limited to 'packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb')
-rw-r--r--packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb b/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
index 293ed8f794..cb3cf4578f 100644
--- a/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
+++ b/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
-PR = "r16"
+PR = "r17"
SRC_URI = "\
file://Xdefaults \
@@ -33,7 +33,7 @@ PACKAGE_ARCH = "all"
do_install() {
install -d ${D}/${sysconfdir}/X11/Xsession.d
- for i in ${etcfiles}; do
+ for i in ${etcFiles}; do
install -m 0755 ${WORKDIR}/$i ${D}/${sysconfdir}/X11/
done
for i in ${sessionFiles}; do