mirror of
https://github.com/libretro/Lakka.git
synced 2025-02-17 14:29:31 +00:00
scripts/install: add rule to install udev rules
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d65f9be155
commit
cee30ed2a1
@ -53,6 +53,11 @@ if [ -d $PKG_DIR/profile.d ]; then
|
||||
cp $PKG_DIR/profile.d/*.conf $INSTALL/etc/profile.d/
|
||||
fi
|
||||
|
||||
if [ -d $PKG_DIR/udev.d ]; then
|
||||
mkdir -p $INSTALL/lib/udev/rules.d
|
||||
cp $PKG_DIR/udev.d/*.rules $INSTALL/lib/udev/rules.d
|
||||
fi
|
||||
|
||||
if [ -d $PKG_DIR/init.network ]; then
|
||||
mkdir -p $INSTALL/etc/init.d/network
|
||||
cp $PKG_DIR/init.network/* $INSTALL/etc/init.d/network/
|
||||
|
Loading…
x
Reference in New Issue
Block a user