| Submitter | Javier Martinez Canillas |
|---|---|
| Date | Aug. 5, 2012, 3:53 p.m. |
| Message ID | <1344182057-15981-10-git-send-email-javier@dowhile0.org> |
| Download | mbox | patch |
| Permalink | /patch/33855/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.1.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.1.bb index b077fa3..1fc94d8 100644 --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.1.bb +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.1.bb @@ -29,6 +29,6 @@ FILES_${PN} += "${datadir}/X11/xkb" inherit autotools pkgconfig do_install_append () { - install -d ${D}/usr/share/X11/xkb/compiled + install -d ${D}${datadir}/X11/xkb/compiled cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg }
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> --- .../xorg-lib/xkeyboard-config_2.1.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)