mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
zfs: update to 0.6.4.
This commit is contained in:
parent
3b45572873
commit
672cbb79c8
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zfs'
|
# Template file for 'zfs'
|
||||||
pkgname=zfs
|
pkgname=zfs
|
||||||
version=0.6.3r1.3
|
version=0.6.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version/r/-}"
|
wrksrc="${pkgname}-${pkgname}-${version/r/-}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="CDDL"
|
license="CDDL"
|
||||||
homepage="http://zfsonlinux.org/"
|
homepage="http://zfsonlinux.org/"
|
||||||
distfiles="https://github.com/zfsonlinux/${pkgname}/archive/${pkgname}-${version/r/-}.tar.gz"
|
distfiles="https://github.com/zfsonlinux/${pkgname}/archive/${pkgname}-${version/r/-}.tar.gz"
|
||||||
checksum=125f8815ee78c5391eb8e909d29edf563965cff1bdde06178e0bfe383af63572
|
checksum=7f37aaaa1fc15201dde58bb84e0f191ccac462f19ffec0c889b6f6ed3f73a804
|
||||||
|
|
||||||
triggers="dkms"
|
triggers="dkms"
|
||||||
dkms_modules="zfs ${version/r/-}"
|
dkms_modules="zfs ${version/r/-}"
|
||||||
|
@ -27,7 +27,8 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
# mount.zfs needs to be in /usr/sbin.
|
# 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
|
rm ${DESTDIR}/etc/init.d/zfs
|
||||||
|
|
||||||
vlicense COPYRIGHT
|
vlicense COPYRIGHT
|
||||||
|
|
Loading…
Add table
Reference in a new issue