scripts/install: install udev rules and helper scripts in /lib/udev

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-25 23:50:19 +01:00
parent 86361aec79
commit d0c522594e

View File

@ -54,8 +54,8 @@ if [ -d $PKG_DIR/profile.d ]; then
fi
if [ -d $PKG_DIR/udev.d ]; then
mkdir -p $INSTALL/usr/lib/udev/rules.d
cp $PKG_DIR/udev.d/*.rules $INSTALL/usr/lib/udev/rules.d
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