fixed expandurl-mastodon-9999

This commit is contained in:
tastytea 2018-05-12 14:54:41 +02:00
parent 9f820e4242
commit eada355aa8
Signed by untrusted user: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ src_unpack() {
src_install() {
cmake-utils_src_install
dodoc README.md
doinitd init/expandurl-mastodon.openrc expandurl-mastodon
echo "EXPANDURL_USER=\"expandurl\"" | doconfd - expandurl-mastodon
newinitd init/expandurl-mastodon.openrc expandurl-mastodon
echo "EXPANDURL_USER=\"expandurl\"" | newconfd - expandurl-mastodon
}