diff options
author | Benda Xu <heroxbd@gentoo.org> | 2017-04-12 11:13:50 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2017-04-12 11:15:04 +0900 |
commit | 42f6fec3b640ae4be96960c39c5c27e0c42b0671 (patch) | |
tree | 89da674c169686fee1d2e701a28614d3572893e9 /net-misc/unison | |
parent | dev-python/dask: version bump. (diff) | |
download | gentoo-42f6fec3b640ae4be96960c39c5c27e0c42b0671.tar.gz gentoo-42f6fec3b640ae4be96960c39c5c27e0c42b0671.tar.bz2 gentoo-42f6fec3b640ae4be96960c39c5c27e0c42b0671.zip |
net-misc/unison: install unison-fsmonitor.
Bug: 572148
Credit: Phil Tooley
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-misc/unison')
-rw-r--r-- | net-misc/unison/unison-2.48.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/unison/unison-2.48.4.ebuild b/net-misc/unison/unison-2.48.4.ebuild index 449d386b46f2..3a685747ee20 100644 --- a/net-misc/unison/unison-2.48.4.ebuild +++ b/net-misc/unison/unison-2.48.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -65,6 +65,7 @@ src_install () { # install manually, since it's just too much # work to force the Makefile to do the right thing. newbin unison unison-${SLOT} + dobin unison-fsmonitor dodoc BUGS.txt CONTRIB INSTALL NEWS \ README ROADMAP.txt TODO.txt |