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