mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
LVM2:
- fix installation from libdevmapper.so*
This commit is contained in:
parent
047726872a
commit
d3661b1ce4
@ -6,8 +6,7 @@ mkdir -p $INSTALL/etc/lvm
|
||||
cp $BUILD/$1*/doc/example.conf $INSTALL/etc/lvm/lvm.conf
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $BUILD/$1*/libdm/ioctl/libdevmapper.so $INSTALL/usr/lib/libdevmapper.so.1.02
|
||||
ln -sf /usr/lib/libdevmapper.so.1.02 $INSTALL/usr/lib/libdevmapper.so
|
||||
cp -P $BUILD/$1*/libdm/ioctl/libdevmapper.so* $INSTALL/usr/lib
|
||||
|
||||
if [ "$DEVTOOLS" = yes ]; then
|
||||
mkdir -p $INSTALL/sbin
|
||||
|
Loading…
x
Reference in New Issue
Block a user