From 9e1cde8edc77c35556aa57a51d8b50ced412a36a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 1 Jul 2015 09:20:06 +0200 Subject: [PATCH] redis: remove systemd build option (#1736). --- srcpkgs/redis/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/redis/template b/srcpkgs/redis/template index 92e1c60b2f..49cc65fa87 100644 --- a/srcpkgs/redis/template +++ b/srcpkgs/redis/template @@ -1,7 +1,7 @@ # Template file for 'redis' pkgname=redis version=3.0.2 -revision=1 +revision=2 makedepends="jemalloc-devel" homepage="http://redis.io" distfiles="http://download.redis.io/releases/${pkgname}-${version}.tar.gz" @@ -16,7 +16,6 @@ conf_files="/etc/redis/redis.conf" make_dirs=" /var/lib/redis 0700 redis redis /run/redis 0750 redis redis" -build_options="systemd" do_configure() { sed -i \ @@ -32,9 +31,5 @@ do_install() { vlicense COPYING vinstall "redis.conf" 644 "etc/redis" - if [ "$build_option_systemd" ]; then - vinstall "${FILESDIR}/redis.service" 644 "usr/lib/systemd/system" - fi - vsv redis }