From a69ff5a51eaa75d96973b5077d1452c48214619b Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 5 Jun 2018 16:21:28 +0200 Subject: [PATCH] tootle-0.1.3-r3 I think I got it right this time :-) --- .../{tootle-0.1.3-r2.ebuild => tootle-0.1.3-r3.ebuild} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename net-misc/tootle/{tootle-0.1.3-r2.ebuild => tootle-0.1.3-r3.ebuild} (86%) diff --git a/net-misc/tootle/tootle-0.1.3-r2.ebuild b/net-misc/tootle/tootle-0.1.3-r3.ebuild similarity index 86% rename from net-misc/tootle/tootle-0.1.3-r2.ebuild rename to net-misc/tootle/tootle-0.1.3-r3.ebuild index 09c09c9..34c7d01 100644 --- a/net-misc/tootle/tootle-0.1.3-r2.ebuild +++ b/net-misc/tootle/tootle-0.1.3-r3.ebuild @@ -21,7 +21,12 @@ DEPEND="${RDEPEND} src_prepare() { export VALAC="$(type -p valac-$(vala_best_api_version))" - default_src_prepare + meson_src_prepare +} + +src_install() { + meson_src_install + dosym ${EPREFIX}/usr/bin/{com.github.bleakgrey.,}tootle } pkg_postinst() {