mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 10:42:52 -06:00
chromium: Install binaries.
This commit is contained in:
parent
8bad68f96f
commit
7d22efdc5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user