Skip to content

Commit

Permalink
xorg-server: Use bee variable DATADIR
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Nov 25, 2019
1 parent 0fb393d commit ea2a7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xorg-server.be0
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ mee_install() {
}

mee_install_post() {
local genericdir=/usr/share/mxgfx-generic/lib
local genericdir=${DATADIR}/mxgfx-generic/lib
mkdir -p ${D}${genericdir}
mv ${D}${LIBDIR}/xorg/modules/extensions/libglx.so ${D}${genericdir}
ln -s /node/usr_share_mxgfx/lib/libglx.so ${D}${LIBDIR}/xorg/modules/extensions/libglx.so
Expand Down

0 comments on commit ea2a7f6

Please sign in to comment.