net-www/brave-browser-dev: fix build

This commit is contained in:
Julian Ospald 2018-09-17 17:06:58 +08:00
parent 939f42f0bc
commit 6fa0b20a53
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ src_install() {
insinto /opt
doins -r opt/*
for f in "${IMAGE}"/opt/brave.com/brave-dev/{${PN},brave-browser,brave,brave-sandbox} ; do
for f in "${IMAGE}"/opt/brave.com/brave-dev/{${PN},brave,brave-sandbox} ; do
edo chmod +x "${f}"
done