dev-util/typescript-language-server: fix src_unpack

cd was needed for unpacking the -deps archive, but that's not needed
anymore.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2023-01-29 11:41:39 +01:00
parent 32c9f9ab06
commit 754f9672ac

View File

@@ -27,7 +27,7 @@ BDEPEND="
"
src_unpack() {
cd "${T}" || die "Could not cd to temporary directory"
: # npm uses the archive directly
}
src_install() {