www-apps/code-server-bin: make QA_PREBUILT relative

Signed-off-by: Leonardo Hernández Hernández <leohdz172@outlook.com>
This commit is contained in:
Leonardo Hernández Hernández
2022-04-15 09:57:23 -05:00
parent 2f6b982f77
commit 91689dfd9c
2 changed files with 48 additions and 48 deletions

View File

@@ -44,33 +44,33 @@ DOCS=( "README.md" "ThirdPartyNotices.txt" "LICENSE" )
VSCODE_MODULES="lib/vscode/node_modules"
QA_PREBUILT="
/opt/${PN}/lib/coder-cloud-agent
/opt/${PN}/node_modules/argon2/lib/binding/napi-v3/argon2.node
/opt/${PN}/node_modules/argon2/build-tmp-napi-v3/Release/argon2.node
/opt/${PN}/node_modules/argon2/build-tmp-napi-v3/Release/obj.target/argon2.node
/opt/${PN}/node_modules/@node-rs/argon2-linux-x64-musl/argon2.linux-x64-musl.node
/opt/${PN}/node_modules/@node-rs/argon2-linux-x64-gnu/argon2.linux-x64-gnu.node
/opt/${PN}/${VSCODE_MODULES}/native-is-elevated/build/Release/obj.target/iselevated.node
/opt/${PN}/${VSCODE_MODULES}/native-is-elevated/build/Release/iselevated.node
/opt/${PN}/${VSCODE_MODULES}/node-pty/build/Release/pty.node
/opt/${PN}/${VSCODE_MODULES}/native-watchdog/build/Release/obj.target/watchdog.node
/opt/${PN}/${VSCODE_MODULES}/native-watchdog/build/Release/watchdog.node
/opt/${PN}/${VSCODE_MODULES}/@parcel/watcher/prebuilds/linux-x64/node.napi.musl.node
/opt/${PN}/${VSCODE_MODULES}/@parcel/watcher/prebuilds/linux-x64/node.napi.glibc.node
/opt/${PN}/${VSCODE_MODULES}/spdlog/build/Release/obj.target/spdlog.node
/opt/${PN}/${VSCODE_MODULES}/spdlog/build/Release/spdlog.node
/opt/${PN}/${VSCODE_MODULES}/vscode-nsfw/build/Release/obj.target/nsfw.node
/opt/${PN}/${VSCODE_MODULES}/vscode-nsfw/build/Release/nsfw.node
/opt/${PN}/${VSCODE_MODULES}/@vscode/sqlite3/build/Release/obj.target/sqlite.node
/opt/${PN}/${VSCODE_MODULES}/@vscode/sqlite3/build/Release/sqlite.node
/opt/${PN}/${VSCODE_MODULES}/@parcel/watcher/build/Release/watcher.node
/opt/${PN}/${VSCODE_MODULES}/@parcel/watcher/build/Release/obj.target/watcher.node
opt/${PN}/lib/coder-cloud-agent
opt/${PN}/node_modules/argon2/lib/binding/napi-v3/argon2.node
opt/${PN}/node_modules/argon2/build-tmp-napi-v3/Release/argon2.node
opt/${PN}/node_modules/argon2/build-tmp-napi-v3/Release/obj.target/argon2.node
opt/${PN}/node_modules/@node-rs/argon2-linux-x64-musl/argon2.linux-x64-musl.node
opt/${PN}/node_modules/@node-rs/argon2-linux-x64-gnu/argon2.linux-x64-gnu.node
opt/${PN}/${VSCODE_MODULES}/native-is-elevated/build/Release/obj.target/iselevated.node
opt/${PN}/${VSCODE_MODULES}/native-is-elevated/build/Release/iselevated.node
opt/${PN}/${VSCODE_MODULES}/node-pty/build/Release/pty.node
opt/${PN}/${VSCODE_MODULES}/native-watchdog/build/Release/obj.target/watchdog.node
opt/${PN}/${VSCODE_MODULES}/native-watchdog/build/Release/watchdog.node
opt/${PN}/${VSCODE_MODULES}/@parcel/watcher/prebuilds/linux-x64/node.napi.musl.node
opt/${PN}/${VSCODE_MODULES}/@parcel/watcher/prebuilds/linux-x64/node.napi.glibc.node
opt/${PN}/${VSCODE_MODULES}/spdlog/build/Release/obj.target/spdlog.node
opt/${PN}/${VSCODE_MODULES}/spdlog/build/Release/spdlog.node
opt/${PN}/${VSCODE_MODULES}/vscode-nsfw/build/Release/obj.target/nsfw.node
opt/${PN}/${VSCODE_MODULES}/vscode-nsfw/build/Release/nsfw.node
opt/${PN}/${VSCODE_MODULES}/@vscode/sqlite3/build/Release/obj.target/sqlite.node
opt/${PN}/${VSCODE_MODULES}/@vscode/sqlite3/build/Release/sqlite.node
opt/${PN}/${VSCODE_MODULES}/@parcel/watcher/build/Release/watcher.node
opt/${PN}/${VSCODE_MODULES}/@parcel/watcher/build/Release/obj.target/watcher.node
"
QA_PRESTRIPPED="
/opt/${PN}/node_modules/@node-rs/argon2-linux-x64-musl/argon2.linux-x64-musl.node
/opt/${PN}/${VSCODE_MODULES}/@parcel/watcher/prebuilds/linux-x64/node.napi.musl.node
/opt/${PN}/${VSCODE_MODULES}/@parcel/watcher/prebuilds/linux-x64/node.napi.glibc.node
opt/${PN}/node_modules/@node-rs/argon2-linux-x64-musl/argon2.linux-x64-musl.node
opt/${PN}/${VSCODE_MODULES}/@parcel/watcher/prebuilds/linux-x64/node.napi.musl.node
opt/${PN}/${VSCODE_MODULES}/@parcel/watcher/prebuilds/linux-x64/node.napi.glibc.node
"
src_prepare() {