From 95e0677792607a40f235e2c4d63bcbd3e598f73f Mon Sep 17 00:00:00 2001 From: beefcurtains Date: Wed, 1 Jul 2015 09:08:06 +0000 Subject: [PATCH] glusterfs: remove systemd build option (#1736) --- srcpkgs/glusterfs/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template index 9f134443ae7..12d18423af4 100644 --- a/srcpkgs/glusterfs/template +++ b/srcpkgs/glusterfs/template @@ -1,8 +1,7 @@ # Template file for 'glusterfs' pkgname=glusterfs version=3.5.2 -revision=5 -build_options="systemd" +revision=6 build_style=gnu-configure configure_args="--disable-glupy --enable-crypt-xlator --sbindir=/usr/bin --with-mountutildir=/usr/bin @@ -25,9 +24,6 @@ pre_configure() { } post_install() { rm -rf ${DESTDIR}/var - if [ "$build_option_systemd" ]; then - vinstall ${wrksrc}/extras/systemd/glusterd.service 644 usr/lib/systemd/system - fi vsv glusterfsd }