profile-sync-daemon: remove systemd build option (#1736)

This commit is contained in:
beefcurtains 2015-07-01 08:40:52 +00:00
parent 90f9d900ce
commit 375fcaa9a1

View File

@ -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
}