fixed expandurl-mastodon-9999

This commit is contained in:
tastytea 2018-05-12 14:45:56 +02:00
parent ba4e9d792c
commit 144ce586cd
Signed by untrusted user: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 1 additions and 1 deletions

View File

@ -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
}