From 144ce586cd743b6e7f741ab1104121ff6744b18f Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 12 May 2018 14:45:56 +0200 Subject: [PATCH] fixed expandurl-mastodon-9999 --- net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild b/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild index fae756679..3b1d0e61f 100644 --- a/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild +++ b/net-misc/expandurl-mastodon/expandurl-mastodon-9999.ebuild @@ -25,5 +25,5 @@ src_install() { emake DESTDIR="${D}" install dodoc README.md doinitd init/expandurl-mastodon.openrc expandurl-mastodon - echo "USER=\"expandurl\"" | doconfd - expandurl-mastodon + echo "EXPANDURL_USER=\"expandurl\"" | doconfd - expandurl-mastodon }