diff options
Diffstat (limited to 'net-misc/unison/unison-2.51.3_rc3.ebuild')
-rw-r--r-- | net-misc/unison/unison-2.51.3_rc3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/unison/unison-2.51.3_rc3.ebuild b/net-misc/unison/unison-2.51.3_rc3.ebuild index 8b324830c1e4..314ce0d4d1cb 100644 --- a/net-misc/unison/unison-2.51.3_rc3.ebuild +++ b/net-misc/unison/unison-2.51.3_rc3.ebuild @@ -32,7 +32,7 @@ RDEPEND=" DOCS=( BUGS.txt CONTRIB INSTALL NEWS README ROADMAP.txt TODO.txt ) src_compile() { - local myconf + local myconf="all" if use threads; then myconf="$myconf THREADS=true" @@ -69,7 +69,7 @@ src_install() { if use gtk; then newicon -s scalable ../icons/U.svg ${PN}-${SLOT}.svg - make_desktop_entry Unison "${PN} (${SLOT})" "${EPREFIX}/usr/share/${PN}/${PN}-${SLOT}.svg" + make_desktop_entry unison-${SLOT} "${PN} (${SLOT})" "${EPREFIX}/usr/share/${PN}/${PN}-${SLOT}.svg" fi # No docs for release candidates |