www-apps/mattermost: fix new binary location

This commit is contained in:
nemunaire 2020-05-12 10:54:36 +02:00
commit 829144eb39
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -108,6 +108,6 @@ src_install() {
dodoc NOTICE.txt README.md
dobin "${WORKDIR}/bin/${PN}"
dobin "${S}/bin/${PN}"
newinitd "${FILESDIR}/${PN}.init" "${PN}"
}