mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-27 12:32:13 +08:00
chromium: fix PKGBUILD
This commit is contained in:
parent
07f89933b5
commit
f00e65094d
@ -32,7 +32,7 @@ sha1sums=('38efdabcad285b27bda629844562dd35298a3897'
|
||||
'4732e8b6b75ba10981ee6fa338960ce862dd8b1f'
|
||||
'abeb1e424b35bbca954a5afea39418a5e198ac64'
|
||||
'79fc829d740183d85fb147a3a44e572a8f304dbe'
|
||||
'6e9f007005dabd1f254304abccfa39f3b8275eea')
|
||||
'bd551908281eede1c52e94cd9813fc156f78ba66')
|
||||
|
||||
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
|
||||
# Note: These are for Chakra Linux use ONLY. For your own distribution, please
|
||||
@ -151,7 +151,10 @@ package() {
|
||||
cp out/Release/{*.pak,*.bin,nacl_helper{,_bootstrap}} \
|
||||
out/Release/nacl_irt_*.nexe \
|
||||
"$pkgdir/usr/lib/chromium/"
|
||||
|
||||
|
||||
cp out/Release/{*.pak,*.bin,libwidevinecdmadapter.so} \
|
||||
"$pkgdir/usr/lib/chromium/"
|
||||
|
||||
# Manually strip binaries so that 'nacl_irt_*.nexe' is left intact
|
||||
strip $STRIP_BINARIES "$pkgdir/usr/lib/chromium/"{chromium,chrome-sandbox} \
|
||||
"$pkgdir/usr/lib/chromium/chromedriver" \
|
||||
|
Loading…
Reference in New Issue
Block a user