mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
xserver-xf86-common.inc: Make sure directory exists before installing
Signed-off-by: Richard Purdie <richard@ted.(none)>
This commit is contained in:
@@ -33,6 +33,7 @@ FILES_${PN}-dbg += "${libdir}/xorg/modules/.debug \
|
|||||||
SRC_URI += "file://macro_tweak.patch;patch=1"
|
SRC_URI += "file://macro_tweak.patch;patch=1"
|
||||||
|
|
||||||
do_install_append () {
|
do_install_append () {
|
||||||
|
install -d ${D}/${libdir}/X11/fonts/
|
||||||
ln -sf ${datadir}/fonts/X11 ${D}/${libdir}/X11/fonts
|
ln -sf ${datadir}/fonts/X11 ${D}/${libdir}/X11/fonts
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user