mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
LVM2: install bins to /usr/bin
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3fe6fa660b
commit
3f81554ec0
@ -27,6 +27,8 @@ ac_cv_func_malloc_0_nonnull=yes \
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--bindir=/usr/bin \
|
||||
--sbindir=/usr/bin \
|
||||
--disable-lvm1_fallback \
|
||||
--disable-static_link \
|
||||
--disable-readline \
|
||||
@ -47,3 +49,4 @@ ac_cv_func_malloc_0_nonnull=yes \
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
||||
make DESTDIR=`pwd`/.install install
|
@ -29,7 +29,7 @@ mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/libdm/ioctl/libdevmapper.so* $INSTALL/usr/lib
|
||||
|
||||
if [ "$DEVTOOLS" = yes ]; then
|
||||
mkdir -p $INSTALL/sbin
|
||||
cp $PKG_BUILD/tools/lvm $INSTALL/sbin
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/tools/lvm $INSTALL/usr/bin
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user