Patch in src_unpack()

This commit is contained in:
TheDevKiller 2019-04-27 22:37:00 +02:00
parent 80f4d939ae
commit 998d62047a

View File

@ -21,6 +21,12 @@ PATCHES=(
"files/gentoo-vscode.patch"
)
src_unpack() {
unpack ${A}
cd "${S}"
epatch "files/gentoo-vscode.patch"
}
src_compile() {
yarn
yarn watch