mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
xorg-server: install udev rules and helper scripts in /lib/udev
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
87478e6df5
commit
c454a41633
@ -30,8 +30,8 @@ XORG_DST="$INSTALL/$XORG_PATH_MODULES"
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $XORG_SRC/Xorg $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/usr/lib/udev
|
||||
cp $PKG_DIR/scripts/xorg_start $INSTALL/usr/lib/udev
|
||||
mkdir -p $INSTALL/lib/udev
|
||||
cp $PKG_DIR/scripts/xorg_start $INSTALL/lib/udev
|
||||
|
||||
mkdir -p $XORG_DST
|
||||
cp -P $XORG_SRC/exa/.libs/libexa.so $XORG_DST
|
||||
|
Loading…
x
Reference in New Issue
Block a user