Advertisement
timcowchip

chromium package()

Jul 21st, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. cd "$builddir"/out/$_buildtype
  2. local bin pak
  3. # paxmark inside chroot too
  4. paxmark -m mksnapshot
  5.  
  6. for bin in chrome chromedriver *.bin; do
  7. install -Dm755 $bin "$pkgdir"/usr/lib/$pkgname/$bin
  8. done
  9. paxmark -m "$pkgdir"/usr/lib/$pkgname/chrome
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement