Fixed typo.
This commit is contained in:
parent
a9e7658f21
commit
f242c99555
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=*
|
||||
EAPI=8
|
||||
|
||||
BRAVE_PN="${PN/-bin/}"
|
||||
|
||||
|
@ -109,7 +109,7 @@ src_install() (
|
|||
|
||||
dosym ${BRAVE_HOME}/brave /usr/bin/${PN} || die
|
||||
|
||||
# Install Icons for Brave.
|
||||
# Install Icons for Brave.
|
||||
newicon "${WORKDIR}/product_logo_128.png" "${PN}.png" || die
|
||||
newicon -s 128 "${WORKDIR}/product_logo_128.png" "${PN}.png" || die
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue