From ba4e9d792c33c6c17bd8b68b9f52713908e4df29 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 12 May 2018 14:43:48 +0200 Subject: [PATCH] updated expandurl-mastodon-9999 --- net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild b/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild index 450435be1..fae756679 100644 --- a/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild +++ b/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild @@ -20,3 +20,10 @@ DEPEND=">=dev-util/cmake-3.9.6 src_unpack() { git-r3_src_unpack } + +src_install() { + emake DESTDIR="${D}" install + dodoc README.md + doinitd init/expandurl-mastodon.openrc expandurl-mastodon + echo "USER=\"expandurl\"" | doconfd - expandurl-mastodon +}