Files
Arch-R/packages/sysutils/LVM2/install
Stephan Raue 8c70a532eb LVM2: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-14 12:42:11 +01:00

16 lines
312 B
Bash
Executable File

#!/bin/sh
. config/options $1
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
if [ "$DEVTOOLS" = yes ]; then
mkdir -p $INSTALL/sbin
cp $BUILD/$1*/tools/lvm $INSTALL/sbin
fi