Patch in src_unpack()
This commit is contained in:
parent
80f4d939ae
commit
998d62047a
@ -21,6 +21,12 @@ PATCHES=(
|
|||||||
"files/gentoo-vscode.patch"
|
"files/gentoo-vscode.patch"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
src_unpack() {
|
||||||
|
unpack ${A}
|
||||||
|
cd "${S}"
|
||||||
|
epatch "files/gentoo-vscode.patch"
|
||||||
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
yarn
|
yarn
|
||||||
yarn watch
|
yarn watch
|
||||||
|
Loading…
Reference in New Issue
Block a user