From 375fcaa9a12ee4ec7d058d0c6c32c75f47119c84 Mon Sep 17 00:00:00 2001
From: beefcurtains <beefcurtains@users.noreply.github.com>
Date: Wed, 1 Jul 2015 08:40:52 +0000
Subject: [PATCH] profile-sync-daemon: remove systemd build option (#1736)

---
 srcpkgs/profile-sync-daemon/template | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/profile-sync-daemon/template b/srcpkgs/profile-sync-daemon/template
index 094b040608d..adbe2e39acd 100644
--- a/srcpkgs/profile-sync-daemon/template
+++ b/srcpkgs/profile-sync-daemon/template
@@ -1,7 +1,7 @@
 # Template file for 'profile-sync-daemon'
 pkgname=profile-sync-daemon
 version=5.73
-revision=2
+revision=3
 noarch=yes
 depends="rsync"
 short_desc="Syncs browser profiles to tmpfs"
@@ -10,11 +10,8 @@ license="MIT"
 homepage="https://github.com/graysky2/profile-sync-daemon"
 distfiles="http://repo-ck.com/source/$pkgname/$pkgname-$version.tar.xz"
 checksum=229b30d4e5dead6ad47c9110b4716101a28e323061b97cfbe5037fd56fdda440
-build_options="systemd"
 
 do_install() {
-	make PREFIX=/usr DESTDIR=${DESTDIR} $(vopt_if systemd 'install-systemd-all' 'install-bin install-man')
-	if [ -z "$build_option_systemd" ]; then
-		vsv psd
-	fi
+	make PREFIX=/usr DESTDIR=${DESTDIR} install-bin install-man
+	vsv psd
 }