diff --git a/testing/chromium/build b/testing/chromium/build index 15d832fe..c5bf97bc 100755 --- a/testing/chromium/build +++ b/testing/chromium/build @@ -27,5 +27,8 @@ out/Release/gn gen out/Release \ ninja -C out/Release chrome chromedriver -# Temporary. -sh +cd out/Release + +for bin in chrome chromedriver *.bin; do + install -Dm755 "$bin" "$1/usr/lib/chromium/$bin" +done