mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/chromium: fix package
This commit is contained in:
parent
8fd76f1c49
commit
4e94ce1bae
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ package() {
|
|||
install -Dm4755 -o root -g root out/Release/chrome_sandbox \
|
||||
"$pkgdir/usr/lib/chromium/chromium-sandbox"
|
||||
|
||||
cp out/Release/{*.pak} \
|
||||
cp out/Release/*.pak \
|
||||
"$pkgdir/usr/lib/chromium/"
|
||||
|
||||
# Allow users to override command-line options
|
||||
|
|
Loading…
Reference in a new issue