xorg-xserver-common: add missing space to install invocation - spotted by nicolasfr/#oe
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 30 Oct 2006 20:02:18 +0000 (20:02 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 30 Oct 2006 20:02:18 +0000 (20:02 +0000)
packages/xorg-xserver/xorg-xserver-common.inc

index 27e9a8d..872130a 100644 (file)
@@ -41,5 +41,5 @@ do_stage() {
 
 do_install_append () {
        install -d ${D}/etc/X11
-       install -m0644 ${WORKDIR}/xorg.conf ${D}/etc/X11/
+       install -m 0644 ${WORKDIR}/xorg.conf ${D}/etc/X11/
 }