scripts/install: use unified /usr

This commit is contained in:
Lukas Rusak 2016-12-04 13:23:41 -08:00
parent 2f9e111b3c
commit fb12c9fcf5
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

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