From 998d62047a60c04549cca0b5cefbb4c1d2c3d99e Mon Sep 17 00:00:00 2001 From: TheDevKiller Date: Sat, 27 Apr 2019 22:37:00 +0200 Subject: [PATCH] Patch in src_unpack() --- app-editors/vscode/vscode-1.33.1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app-editors/vscode/vscode-1.33.1.ebuild b/app-editors/vscode/vscode-1.33.1.ebuild index 90251a7..3c33e54 100644 --- a/app-editors/vscode/vscode-1.33.1.ebuild +++ b/app-editors/vscode/vscode-1.33.1.ebuild @@ -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