From 590b9b7b03bf4651e099949e318755af7cfa81b8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 1 Aug 2021 22:03:23 +0100 Subject: gentoo resync : 01.08.2021 --- sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild') diff --git a/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild b/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild index 8f52fcdca644..4b3b440fa715 100644 --- a/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-9.1-r1.ebuild @@ -99,7 +99,7 @@ src_configure() { $(use_enable xml xml-output) \ $(use libtirpc || echo --without-libtirpc) \ $(use ipv6 && echo --with-ipv6-default) \ - --with-tmpfilesdir="${EPREFIX}"/etc/tmpfiles.d \ + --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \ --localstatedir="${EPREFIX}"/var } @@ -108,6 +108,10 @@ src_compile() { use emacs && elisp-compile extras/glusterfs-mode.el } +src_test() { + ./run-tests.sh || die +} + src_install() { default @@ -159,11 +163,9 @@ src_install() { python_optimize "${ED}" } -src_test() { - ./run-tests.sh || die -} - pkg_postinst() { + tmpfiles_process gluster.conf + elog "Starting with ${PN}-3.1.0, you can use the glusterd daemon to configure your" elog "volumes dynamically. To do so, simply use the gluster CLI after running:" elog " /etc/init.d/glusterd start" -- cgit v1.2.3