mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 05:11:05 +02:00
insomnia-bin: fix QA warnings
This commit is contained in:
parent
a080a16180
commit
08ac335d0f
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ KEYWORDS="amd64"
|
|||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
QA_PREBUILT="/opt/Insomnia.Core/insomnia /opt/Insomnia.Core/chrome-sandbox
|
||||
/opt/Insomnia.Core/*.so"
|
||||
|
||||
src_install() {
|
||||
dodir /opt/${MY_PN}
|
||||
cp -R "${S}"/* "${D}"/opt/${MY_PN} || die "Copy files failed"
|
||||
|
|
|
|||
Loading…
Reference in a new issue