zfs: fixed usr/sbin link.
This commit is contained in:
parent
19ea9ef267
commit
87d89c7bc2
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zfs'
|
||||
pkgname=zfs
|
||||
version=0.6.4.1
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="${pkgname}-${pkgname}-${version/r/-}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-config=user --sbindir=/usr/bin
|
||||
|
@ -27,7 +27,7 @@ pre_configure() {
|
|||
tar czf ../clean.tar.gz .
|
||||
}
|
||||
post_install() {
|
||||
# mount.zfs needs to be in /usr/sbin.
|
||||
# mount.zfs needs to be in /usr/bin.
|
||||
rm ${DESTDIR}/etc/init.d/zfs
|
||||
|
||||
vlicense COPYRIGHT
|
||||
|
|
Loading…
Reference in New Issue