zfs: update to 0.6.4.
This commit is contained in:
parent
3b45572873
commit
672cbb79c8
@ -1,6 +1,6 @@
|
||||
# Template file for 'zfs'
|
||||
pkgname=zfs
|
||||
version=0.6.3r1.3
|
||||
version=0.6.4
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version/r/-}"
|
||||
build_style=gnu-configure
|
||||
@ -15,7 +15,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="CDDL"
|
||||
homepage="http://zfsonlinux.org/"
|
||||
distfiles="https://github.com/zfsonlinux/${pkgname}/archive/${pkgname}-${version/r/-}.tar.gz"
|
||||
checksum=125f8815ee78c5391eb8e909d29edf563965cff1bdde06178e0bfe383af63572
|
||||
checksum=7f37aaaa1fc15201dde58bb84e0f191ccac462f19ffec0c889b6f6ed3f73a804
|
||||
|
||||
triggers="dkms"
|
||||
dkms_modules="zfs ${version/r/-}"
|
||||
@ -27,7 +27,8 @@ pre_configure() {
|
||||
}
|
||||
post_install() {
|
||||
# mount.zfs needs to be in /usr/sbin.
|
||||
mv ${DESTDIR}/sbin ${DESTDIR}/usr
|
||||
vmkdir usr/sbin
|
||||
mv ${DESTDIR}/usr/bin/mount.zfs ${DESTDIR}/usr/sbin/mount.zfs
|
||||
rm ${DESTDIR}/etc/init.d/zfs
|
||||
|
||||
vlicense COPYRIGHT
|
||||
|
Loading…
x
Reference in New Issue
Block a user