From e1ebbf06b712733ded17bbc53c1691af259c4533 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 10 Aug 2007 09:47:42 +0000 Subject: xserver-kdrive-common: fix typo that prevented the files ending up in the packages * fixes the 'where did my /etc/X11/Xserver go' problem --- packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') 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 -- cgit v1.2.3