www-apps/mattermost: fix new binary location
This commit is contained in:
parent
025934822c
commit
829144eb39
2 changed files with 3 additions and 3 deletions
|
|
@ -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}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue