glusterfs: remove ELF file from /usr/share

This commit is contained in:
maxice8 2019-01-23 11:20:19 -02:00
parent c4b41399d1
commit 096bf6685f
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -3,17 +3,15 @@ pkgname=glusterfs
version=3.12.14
revision=2
build_style=gnu-configure
configure_args="
--disable-glupy --enable-crypt-xlator --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"
configure_args="--disable-glupy --enable-crypt-xlator
--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"
pycompile_dirs="/usr/libexec/glusterfs/python/syncdaemon"
hostmakedepends="automake flex libtool pkg-config python"
makedepends="acl-devel fuse-devel libaio-devel liblvm2app-devel libressl-devel
liburcu-devel libxml2-devel sqlite-devel"
# python is required by gsyncd.
depends="python"
pycompile_dirs="/usr/libexec/glusterfs/python/syncdaemon"
short_desc="Free and open source software scalable network filesystem (client)"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-3.0-only"
@ -26,7 +24,7 @@ case "$XBPS_TARGET_MACHINE" in
esac
post_install() {
rm -rf ${DESTDIR}/var
rm -rf ${DESTDIR}/var ${DESTDIR}/usr/share/glusterfs/scripts/gsync-sync-gfid
vsv glusterfsd
}