From 34ff2cab26154cf798c374029bc4820c49ee4ddf Mon Sep 17 00:00:00 2001 From: robert seaton Date: Sat, 10 Jun 2017 20:05:45 -0500 Subject: [PATCH] unison: install unison-fsmonitor utility (#6652) --- srcpkgs/unison/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/unison/template b/srcpkgs/unison/template index 785d158f40..eca87a7d40 100644 --- a/srcpkgs/unison/template +++ b/srcpkgs/unison/template @@ -1,7 +1,7 @@ # Template file for 'unison' pkgname="unison" version=2.48.4 -revision=2 +revision=3 short_desc="A file-synchronization tool" maintainer="allan " license="GPL-3" @@ -18,4 +18,5 @@ do_build() { } do_install() { vbin unison + vbin unison-fsmonitor }