mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
zfs: fixed usr/sbin link.
This commit is contained in:
parent
19ea9ef267
commit
87d89c7bc2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zfs'
|
# Template file for 'zfs'
|
||||||
pkgname=zfs
|
pkgname=zfs
|
||||||
version=0.6.4.1
|
version=0.6.4.1
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="${pkgname}-${pkgname}-${version/r/-}"
|
wrksrc="${pkgname}-${pkgname}-${version/r/-}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-config=user --sbindir=/usr/bin
|
configure_args="--with-config=user --sbindir=/usr/bin
|
||||||
|
@ -27,7 +27,7 @@ pre_configure() {
|
||||||
tar czf ../clean.tar.gz .
|
tar czf ../clean.tar.gz .
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
# mount.zfs needs to be in /usr/sbin.
|
# mount.zfs needs to be in /usr/bin.
|
||||||
rm ${DESTDIR}/etc/init.d/zfs
|
rm ${DESTDIR}/etc/init.d/zfs
|
||||||
|
|
||||||
vlicense COPYRIGHT
|
vlicense COPYRIGHT
|
||||||
|
|
Loading…
Add table
Reference in a new issue