glusterfs: move to usr/bin.
This commit is contained in:
parent
f0cbe310ce
commit
b5321ccd2a
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'glusterfs'
|
||||
pkgname=glusterfs
|
||||
version=3.5.2
|
||||
revision=4
|
||||
revision=5
|
||||
build_options="systemd"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-glupy --enable-crypt-xlator
|
||||
--sbindir=/usr/sbin --with-mountutildir=/usr/sbin
|
||||
--sbindir=/usr/bin --with-mountutildir=/usr/bin
|
||||
ac_cv_file__etc_debian_version=no ac_cv_file__etc_SuSE_release=no
|
||||
ac_cv_file__etc_redhat_release=no"
|
||||
hostmakedepends="pkg-config python flex automake libtool"
|
||||
|
@ -39,9 +39,9 @@ glusterfs-server_package() {
|
|||
/etc/glusterfs/glusterd.vol"
|
||||
pkg_install() {
|
||||
vmove etc/glusterfs
|
||||
vmove usr/sbin/glfsheal
|
||||
vmove usr/sbin/gluster
|
||||
vmove usr/sbin/glusterd
|
||||
vmove usr/bin/glfsheal
|
||||
vmove usr/bin/gluster
|
||||
vmove usr/bin/glusterd
|
||||
vmove usr/share/man/man8/gluster.8
|
||||
vmove usr/share/man/man8/glusterd.8
|
||||
vsv glusterd
|
||||
|
|
Loading…
Reference in New Issue