scripts/install: install modprobe.d files to /lib

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-17 22:37:26 +01:00
parent c454eb99ea
commit 63508f3df3

View File

@ -127,8 +127,8 @@ if [ "$TARGET" = target ] ; then
fi
if [ -d $PKG_DIR/modprobe.d ]; then
mkdir -p $INSTALL/etc/modprobe.d
cp $PKG_DIR/modprobe.d/*.conf $INSTALL/etc/modprobe.d
mkdir -p $INSTALL/lib/modprobe.d
cp $PKG_DIR/modprobe.d/*.conf $INSTALL/lib/modprobe.d
fi
fi