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 }