lvm2: switch to /usr.
This commit is contained in:
parent
489b44cee7
commit
cdc500cc82
2 changed files with 4 additions and 4 deletions
|
@ -14,6 +14,6 @@ do_install() {
|
|||
vmove "usr/share/man/man8/dm*" usr/share/man/man8
|
||||
vmove usr/lib/device-mapper usr/lib
|
||||
for f in 10-dm 13-dm-disk 95-dm-notify; do
|
||||
vmove lib/udev/rules.d/${f}.rules lib/udev/rules.d
|
||||
vmove usr/lib/udev/rules.d/${f}.rules usr/lib/udev/rules.d
|
||||
done
|
||||
}
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'lvm2'
|
||||
pkgname=lvm2
|
||||
version=2.02.95
|
||||
revision=8
|
||||
revision=9
|
||||
wrksrc=LVM2.${version}
|
||||
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-selinux --enable-readline --enable-pkgconfig
|
||||
--enable-fsadm --enable-applib --sbindir=/usr/sbin --libdir=/usr/lib
|
||||
--enable-dmeventd --enable-cmdlib --enable-udev_sync --enable-udev_rules
|
||||
--with-udevdir=/lib/udev/rules.d"
|
||||
--with-udevdir=/usr/lib/udev/rules.d"
|
||||
depends="bash"
|
||||
makedepends="pkg-config readline-devel libudev-devel>=183"
|
||||
subpackages="liblvm2app liblvm2app-devel device-mapper device-mapper-devel"
|
||||
|
@ -17,6 +16,7 @@ short_desc="Logical Volume Manager 2 utilities"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://sourceware.org/lvm2/"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
|
||||
checksum=0335af36a151dafe5778da55a684546bfb98e7d3193834915b5efe95dbed9125
|
||||
long_desc="
|
||||
LVM2 includes all of the support for handling read/write operations on
|
||||
|
|
Loading…
Reference in a new issue