mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
scripts/install: install udev rules and helper scripts in /lib/udev
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
86361aec79
commit
d0c522594e
@ -54,8 +54,8 @@ if [ -d $PKG_DIR/profile.d ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d $PKG_DIR/udev.d ]; then
|
if [ -d $PKG_DIR/udev.d ]; then
|
||||||
mkdir -p $INSTALL/usr/lib/udev/rules.d
|
mkdir -p $INSTALL/lib/udev/rules.d
|
||||||
cp $PKG_DIR/udev.d/*.rules $INSTALL/usr/lib/udev/rules.d
|
cp $PKG_DIR/udev.d/*.rules $INSTALL/lib/udev/rules.d
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d $PKG_DIR/init.network ]; then
|
if [ -d $PKG_DIR/init.network ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user